Uses of Interface
org.hibernate.search.engine.SearchFactoryImplementor

Packages that use SearchFactoryImplementor
org.hibernate.search.backend   
org.hibernate.search.backend.impl   
org.hibernate.search.backend.impl.jms   
org.hibernate.search.backend.impl.lucene   
org.hibernate.search.engine   
org.hibernate.search.event   
org.hibernate.search.impl   
org.hibernate.search.reader   
org.hibernate.search.store   
org.hibernate.search.store.optimization   
org.hibernate.search.util   
 

Uses of SearchFactoryImplementor in org.hibernate.search.backend
 

Methods in org.hibernate.search.backend with parameters of type SearchFactoryImplementor
static Worker WorkerFactory.createWorker(SearchConfiguration cfg, SearchFactoryImplementor searchFactoryImplementor)
           
 void BackendQueueProcessorFactory.initialize(Properties props, SearchFactoryImplementor searchFactory)
          Used at startup, called once as first method.
 void Worker.initialize(Properties props, SearchFactoryImplementor searchFactoryImplementor)
           
 

Constructors in org.hibernate.search.backend with parameters of type SearchFactoryImplementor
Workspace(SearchFactoryImplementor searchFactoryImplementor, DirectoryProvider<?> provider)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.backend.impl
 

Methods in org.hibernate.search.backend.impl with parameters of type SearchFactoryImplementor
 void TransactionalWorker.initialize(Properties props, SearchFactoryImplementor searchFactory)
           
 

Constructors in org.hibernate.search.backend.impl with parameters of type SearchFactoryImplementor
BatchedQueueingProcessor(SearchFactoryImplementor searchFactoryImplementor, Properties properties)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.backend.impl.jms
 

Methods in org.hibernate.search.backend.impl.jms with parameters of type SearchFactoryImplementor
 void JMSBackendQueueProcessorFactory.initialize(Properties props, SearchFactoryImplementor searchFactoryImplementor)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.backend.impl.lucene
 

Methods in org.hibernate.search.backend.impl.lucene with parameters of type SearchFactoryImplementor
 void LuceneBackendQueueProcessorFactory.initialize(Properties props, SearchFactoryImplementor searchFactoryImplementor)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.engine
 

Methods in org.hibernate.search.engine with parameters of type SearchFactoryImplementor
 void DocumentBuilderIndexedEntity.addWorkToQueue(Class<T> entityClass, T entity, Serializable id, WorkType workType, List<LuceneWork> queue, SearchFactoryImplementor searchFactoryImplementor)
           
 void DocumentBuilderContainedEntity.addWorkToQueue(Class<T> entityClass, T entity, Serializable id, WorkType workType, List<LuceneWork> queue, SearchFactoryImplementor searchFactoryImplementor)
           
static Object[] DocumentBuilderIndexedEntity.getDocumentFields(SearchFactoryImplementor searchFactoryImplementor, Class<?> clazz, org.apache.lucene.document.Document document, String[] fields)
           
static Serializable DocumentBuilderIndexedEntity.getDocumentId(SearchFactoryImplementor searchFactoryImplementor, Class<?> clazz, org.apache.lucene.document.Document document)
           
 void ObjectLoader.init(org.hibernate.Session session, SearchFactoryImplementor searchFactoryImplementor)
           
 void ProjectionLoader.init(org.hibernate.Session session, SearchFactoryImplementor searchFactoryImplementor)
           
 void Loader.init(org.hibernate.Session session, SearchFactoryImplementor searchFactoryImplementor)
           
 void MultiClassesQueryLoader.init(org.hibernate.Session session, SearchFactoryImplementor searchFactoryImplementor)
           
 void QueryLoader.init(org.hibernate.Session session, SearchFactoryImplementor searchFactoryImplementor)
           
 void ProjectionLoader.init(org.hibernate.Session session, SearchFactoryImplementor searchFactoryImplementor, org.hibernate.transform.ResultTransformer transformer, String[] aliases)
           
static void ObjectLoaderHelper.initializeObjects(EntityInfo[] entityInfos, org.hibernate.Criteria criteria, Class<?> entityType, SearchFactoryImplementor searchFactoryImplementor)
           
 

Constructors in org.hibernate.search.engine with parameters of type SearchFactoryImplementor
DocumentExtractor(QueryHits queryHits, SearchFactoryImplementor searchFactoryImplementor, String[] projection, Set<String> idFieldNames, boolean allowFieldSelection)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.event
 

Fields in org.hibernate.search.event declared as SearchFactoryImplementor
protected  SearchFactoryImplementor FullTextIndexEventListener.searchFactoryImplementor
           
 

Methods in org.hibernate.search.event that return SearchFactoryImplementor
 SearchFactoryImplementor FullTextIndexEventListener.getSearchFactoryImplementor()
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.impl
 

Classes in org.hibernate.search.impl that implement SearchFactoryImplementor
 class SearchFactoryImpl
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.reader
 

Methods in org.hibernate.search.reader with parameters of type SearchFactoryImplementor
static ReaderProvider ReaderProviderFactory.createReaderProvider(SearchConfiguration cfg, SearchFactoryImplementor searchFactoryImplementor)
           
 void ReaderProvider.initialize(Properties props, SearchFactoryImplementor searchFactoryImplementor)
          Inialize the reader provider before its use.
 void SharingBufferReaderProvider.initialize(Properties props, SearchFactoryImplementor searchFactoryImplementor)
           
 void NotSharedReaderProvider.initialize(Properties props, SearchFactoryImplementor searchFactoryImplementor)
           
 void SharedReaderProvider.initialize(Properties props, SearchFactoryImplementor searchFactoryImplementor)
          Deprecated.  
 

Uses of SearchFactoryImplementor in org.hibernate.search.store
 

Methods in org.hibernate.search.store with parameters of type SearchFactoryImplementor
 DirectoryProviderFactory.DirectoryProviders DirectoryProviderFactory.createDirectoryProviders(org.hibernate.annotations.common.reflection.XClass entity, SearchConfiguration cfg, SearchFactoryImplementor searchFactoryImplementor, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
           
 void FSMasterDirectoryProvider.initialize(String directoryProviderName, Properties properties, SearchFactoryImplementor searchFactoryImplementor)
           
 void RAMDirectoryProvider.initialize(String directoryProviderName, Properties properties, SearchFactoryImplementor searchFactoryImplementor)
           
 void DirectoryProvider.initialize(String directoryProviderName, Properties properties, SearchFactoryImplementor searchFactoryImplementor)
          get the information to initialize the directory and build its hashCode/equals method
 void FSDirectoryProvider.initialize(String directoryProviderName, Properties properties, SearchFactoryImplementor searchFactoryImplementor)
           
 void FSSlaveDirectoryProvider.initialize(String directoryProviderName, Properties properties, SearchFactoryImplementor searchFactoryImplementor)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.store.optimization
 

Methods in org.hibernate.search.store.optimization with parameters of type SearchFactoryImplementor
 void OptimizerStrategy.initialize(DirectoryProvider directoryProvider, Properties indexProperties, SearchFactoryImplementor searchFactoryImplementor)
           
 void IncrementalOptimizerStrategy.initialize(DirectoryProvider directoryProvider, Properties indexProperties, SearchFactoryImplementor searchFactoryImplementor)
           
 void NoOpOptimizerStrategy.initialize(DirectoryProvider directoryProvider, Properties indexProperties, SearchFactoryImplementor searchFactoryImplementor)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.util
 

Methods in org.hibernate.search.util that return SearchFactoryImplementor
static SearchFactoryImplementor ContextHelper.getSearchFactory(org.hibernate.Session session)
          Deprecated.  
static SearchFactoryImplementor ContextHelper.getSearchFactoryBySFI(org.hibernate.engine.SessionImplementor session)
          Deprecated.