Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » [javadoc | source]
org.hibernate.search
public final class: Environment [javadoc | source]
java.lang.Object
   org.hibernate.search.Environment
Field Summary
public static final  String AUTOREGISTER_LISTENERS    Enable listeners auto registration in Hibernate Annotations and EntityManager. Default to true. 
public static final  String INDEXING_STRATEGY    Defines the indexing strategy, default event Other options manual 
public static final  String ANALYZER_CLASS    Default Lucene analyser 
public static final  String SIMILARITY_CLASS    Default Lucene similarity 
public static final  String WORKER_PREFIX     
public static final  String WORKER_SCOPE     
public static final  String WORKER_BACKEND     
public static final  String WORKER_EXECUTION     
public static final  String WORKER_BATCHSIZE    Defines the maximum number of indexing operation batched per transaction 
public static final  String WORKER_THREADPOOL_SIZE    only used then execution is async Thread pool size default 1 
public static final  String WORKER_WORKQUEUE_SIZE    Size of the buffer queue (besides the thread pool size)
  • only used then execution is async
  • default infinite
 
public static final  String READER_PREFIX    define the reader prefix 
public static final  String READER_STRATEGY    define the reader strategy used 
public static final  String FILTER_CACHING_STRATEGY    filter caching strategy class (must have a no-arg constructor and implements FilterCachingStrategy) 
public static final  String CACHE_BIT_RESULT_SIZE    Property name for the hard ref count of our CachingWrapperFilter
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait