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.batchlucene   
org.hibernate.search.backend.impl.blackhole   
org.hibernate.search.backend.impl.jgroups   
org.hibernate.search.backend.impl.jms   
org.hibernate.search.backend.impl.lucene   
org.hibernate.search.batchindexing   
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 Worker.initialize(java.util.Properties props, SearchFactoryImplementor searchFactoryImplementor)
           
 void BackendQueueProcessorFactory.initialize(java.util.Properties props, SearchFactoryImplementor searchFactory)
          Used at startup, called once as first method.
 

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(java.util.Properties props, SearchFactoryImplementor searchFactory)
           
 

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

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

Methods in org.hibernate.search.backend.impl.batchlucene with parameters of type SearchFactoryImplementor
 void LuceneBatchBackend.initialize(java.util.Properties cfg, MassIndexerProgressMonitor monitor, SearchFactoryImplementor searchFactoryImplementor)
           
 void BatchBackend.initialize(java.util.Properties props, MassIndexerProgressMonitor monitor, SearchFactoryImplementor searchFactory)
          Used at startup, called once as first method.
 

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

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

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

Fields in org.hibernate.search.backend.impl.jgroups declared as SearchFactoryImplementor
protected  SearchFactoryImplementor JGroupsBackendQueueProcessorFactory.searchFactory
           
 

Methods in org.hibernate.search.backend.impl.jgroups with parameters of type SearchFactoryImplementor
 void MasterJGroupsBackendQueueProcessorFactory.initialize(java.util.Properties props, SearchFactoryImplementor searchFactory)
           
 void JGroupsBackendQueueProcessorFactory.initialize(java.util.Properties props, SearchFactoryImplementor searchFactory)
           
 

Constructors in org.hibernate.search.backend.impl.jgroups with parameters of type SearchFactoryImplementor
JGroupsMasterMessageListener(SearchFactoryImplementor searchFactory)
           
 

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(java.util.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(java.util.Properties props, SearchFactoryImplementor searchFactoryImplementor)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.batchindexing
 

Constructors in org.hibernate.search.batchindexing with parameters of type SearchFactoryImplementor
BatchCoordinator(java.util.Set<java.lang.Class<?>> rootEntities, SearchFactoryImplementor searchFactoryImplementor, org.hibernate.SessionFactory sessionFactory, int objectLoadingThreads, int collectionLoadingThreads, org.hibernate.CacheMode cacheMode, int objectLoadingBatchSize, long objectsLimit, boolean optimizeAtEnd, boolean purgeAtStart, boolean optimizeAfterPurge, MassIndexerProgressMonitor monitor)
           
BatchIndexingWorkspace(SearchFactoryImplementor searchFactoryImplementor, org.hibernate.SessionFactory sessionFactory, java.lang.Class<?> entityType, int objectLoadingThreads, int collectionLoadingThreads, org.hibernate.CacheMode cacheMode, int objectLoadingBatchSize, java.util.concurrent.CountDownLatch endAllSignal, MassIndexerProgressMonitor monitor, BatchBackend backend, long objectsLimit)
           
EntityConsumerLuceneworkProducer(ProducerConsumerQueue<java.util.List<?>> entitySource, MassIndexerProgressMonitor monitor, org.hibernate.SessionFactory sessionFactory, java.util.concurrent.CountDownLatch producerEndSignal, SearchFactoryImplementor searchFactory, org.hibernate.CacheMode cacheMode, BatchBackend backend)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.engine
 

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

Constructors in org.hibernate.search.engine with parameters of type SearchFactoryImplementor
DocumentExtractor(QueryHits queryHits, SearchFactoryImplementor searchFactoryImplementor, java.lang.String[] projection, java.util.Set<java.lang.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()
           
 

Methods in org.hibernate.search.event with parameters of type SearchFactoryImplementor
static void ContextHolder.removeSearchFactoryFromCache(SearchFactoryImplementor factory)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.impl
 

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

Constructors in org.hibernate.search.impl with parameters of type SearchFactoryImplementor
MassIndexerImpl(SearchFactoryImplementor searchFactory, org.hibernate.SessionFactory sessionFactory, java.lang.Class<?>... entities)
           
 

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 SharingBufferReaderProvider.initialize(java.util.Properties props, SearchFactoryImplementor searchFactoryImplementor)
           
 void SharedReaderProvider.initialize(java.util.Properties props, SearchFactoryImplementor searchFactoryImplementor)
          Deprecated.  
 void ReaderProvider.initialize(java.util.Properties props, SearchFactoryImplementor searchFactoryImplementor)
          Inialize the reader provider before its use.
 void NotSharedReaderProvider.initialize(java.util.Properties props, SearchFactoryImplementor searchFactoryImplementor)
           
 

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 RAMDirectoryProvider.initialize(java.lang.String directoryProviderName, java.util.Properties properties, SearchFactoryImplementor searchFactoryImplementor)
           
 void FSSlaveDirectoryProvider.initialize(java.lang.String directoryProviderName, java.util.Properties properties, SearchFactoryImplementor searchFactoryImplementor)
           
 void FSMasterDirectoryProvider.initialize(java.lang.String directoryProviderName, java.util.Properties properties, SearchFactoryImplementor searchFactoryImplementor)
           
 void FSDirectoryProvider.initialize(java.lang.String directoryProviderName, java.util.Properties properties, SearchFactoryImplementor searchFactoryImplementor)
           
 void DirectoryProvider.initialize(java.lang.String directoryProviderName, java.util.Properties properties, SearchFactoryImplementor searchFactoryImplementor)
          get the information to initialize the directory and build its hashCode/equals method
 

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, java.util.Properties indexProperties, SearchFactoryImplementor searchFactoryImplementor)
           
 void NoOpOptimizerStrategy.initialize(DirectoryProvider directoryProvider, java.util.Properties indexProperties, SearchFactoryImplementor searchFactoryImplementor)
           
 void IncrementalOptimizerStrategy.initialize(DirectoryProvider directoryProvider, java.util.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.  
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.