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

Packages that use SearchFactoryImplementor
org.hibernate.search.backend.impl   
org.hibernate.search.backend.impl.jms   
org.hibernate.search.batchindexing.impl   
org.hibernate.search.engine.impl   
org.hibernate.search.event.impl   
org.hibernate.search.impl   
org.hibernate.search.indexes.impl   
org.hibernate.search.indexes.serialization.impl   
org.hibernate.search.indexes.spi   
org.hibernate.search.query.dsl.impl   
org.hibernate.search.query.engine.impl   
org.hibernate.search.query.engine.spi   
org.hibernate.search.query.hibernate.impl   
org.hibernate.search.spi   
org.hibernate.search.spi.internals   
org.hibernate.search.stat.impl   
org.hibernate.search.util.impl   
 

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

Constructors in org.hibernate.search.backend.impl with parameters of type SearchFactoryImplementor
PostTransactionWorkQueueSynchronization(QueueingProcessor queueingProcessor, WeakIdentityHashMap queuePerTransaction, SearchFactoryImplementor searchFactoryImplementor)
          in transaction work
WorkQueue(SearchFactoryImplementor searchFactoryImplementor)
           
WorkQueue(SearchFactoryImplementor searchFactoryImplementor, WorkPlan plan)
           
 

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

Methods in org.hibernate.search.backend.impl.jms that return SearchFactoryImplementor
 SearchFactoryImplementor JmsBackendQueueProcessor.getSearchFactory()
           
 

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

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

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

Methods in org.hibernate.search.engine.impl that return SearchFactoryImplementor
 SearchFactoryImplementor EmptyBuildContext.getUninitializedSearchFactory()
          Deprecated.  
 

Methods in org.hibernate.search.engine.impl with parameters of type SearchFactoryImplementor
static Object[] DocumentBuilderHelper.getDocumentFields(SearchFactoryImplementor searchFactoryImplementor, Class<?> clazz, org.apache.lucene.document.Document document, String[] fields, ConversionContext conversionContext)
           
static Serializable DocumentBuilderHelper.getDocumentId(SearchFactoryImplementor searchFactoryImplementor, Class<?> clazz, org.apache.lucene.document.Document document, ConversionContext conversionContext)
           
static String DocumentBuilderHelper.getDocumentIdName(SearchFactoryImplementor searchFactoryImplementor, Class<?> clazz)
           
 

Constructors in org.hibernate.search.engine.impl with parameters of type SearchFactoryImplementor
EmptyBuildContext(ServiceManager delegate, SearchFactoryImplementor searchFactory)
          Deprecated.  
WorkPlan(SearchFactoryImplementor searchFactoryImplementor)
           
 

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

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

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

Uses of SearchFactoryImplementor in org.hibernate.search.impl
 

Classes in org.hibernate.search.impl that implement SearchFactoryImplementor
 class ImmutableSearchFactory
          This implementation is never directly exposed to the user, it is always wrapped into a MutableSearchFactory
 class MutableSearchFactory
          Factory delegating to a concrete implementation of another factory, Useful to swap one factory for another.
 

Methods in org.hibernate.search.impl that return SearchFactoryImplementor
 SearchFactoryImplementor ImmutableSearchFactory.getUninitializedSearchFactory()
           
 

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

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

Methods in org.hibernate.search.indexes.impl with parameters of type SearchFactoryImplementor
 void DirectoryBasedIndexManager.setSearchFactory(SearchFactoryImplementor boundSearchFactory)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.indexes.serialization.impl
 

Constructors in org.hibernate.search.indexes.serialization.impl with parameters of type SearchFactoryImplementor
LuceneWorkHydrator(SearchFactoryImplementor searchFactory)
           
PluggableSerializationLuceneWorkSerializer(SerializationProvider provider, SearchFactoryImplementor searchFactory)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.indexes.spi
 

Methods in org.hibernate.search.indexes.spi with parameters of type SearchFactoryImplementor
 void IndexManager.setSearchFactory(SearchFactoryImplementor boundSearchFactory)
          Connects this IndexManager to a new SearchFactory.
 

Uses of SearchFactoryImplementor in org.hibernate.search.query.dsl.impl
 

Methods in org.hibernate.search.query.dsl.impl that return SearchFactoryImplementor
 SearchFactoryImplementor QueryBuildingContext.getFactory()
           
 

Constructors in org.hibernate.search.query.dsl.impl with parameters of type SearchFactoryImplementor
ConnectedQueryContextBuilder.HSearchEntityContext(Class<?> entityType, SearchFactoryImplementor factory)
           
ConnectedQueryContextBuilder(SearchFactoryImplementor factory)
           
QueryBuildingContext(SearchFactoryImplementor factory, org.apache.lucene.analysis.Analyzer queryAnalyzer, Class<?> entityType)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.query.engine.impl
 

Methods in org.hibernate.search.query.engine.impl that return SearchFactoryImplementor
 SearchFactoryImplementor HSQueryImpl.getSearchFactoryImplementor()
           
 

Methods in org.hibernate.search.query.engine.impl with parameters of type SearchFactoryImplementor
 void HSQueryImpl.afterDeserialise(SearchFactoryImplementor searchFactoryImplementor)
           
 void IndexSearcherWithPayload.closeSearcher(Object query, SearchFactoryImplementor searchFactoryImplementor)
           
 

Constructors in org.hibernate.search.query.engine.impl with parameters of type SearchFactoryImplementor
DocumentExtractorImpl(QueryHits queryHits, SearchFactoryImplementor searchFactoryImplementor, String[] projection, Set<String> idFieldNames, boolean allowFieldSelection, IndexSearcherWithPayload searcher, Object query, int firstIndex, int maxIndex, Set<Class<?>> classesAndSubclasses)
           
HSQueryImpl(SearchFactoryImplementor searchFactoryImplementor)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.query.engine.spi
 

Methods in org.hibernate.search.query.engine.spi that return SearchFactoryImplementor
 SearchFactoryImplementor HSQuery.getSearchFactoryImplementor()
          Deprecated. should be at most SearchFactoryIntegrator, preferably removed altogether
 

Methods in org.hibernate.search.query.engine.spi with parameters of type SearchFactoryImplementor
 void HSQuery.afterDeserialise(SearchFactoryImplementor searchFactory)
          afterDeserialise.
 

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

Methods in org.hibernate.search.query.hibernate.impl with parameters of type SearchFactoryImplementor
 void AbstractLoader.init(Session session, SearchFactoryImplementor searchFactoryImplementor)
           
 void ProjectionLoader.init(Session session, SearchFactoryImplementor searchFactoryImplementor, ObjectsInitializer objectsInitializer, TimeoutManager timeoutManager)
           
 void MultiClassesQueryLoader.init(Session session, SearchFactoryImplementor searchFactoryImplementor, ObjectsInitializer objectsInitializer, TimeoutManager timeoutManager)
           
 void QueryLoader.init(Session session, SearchFactoryImplementor searchFactoryImplementor, ObjectsInitializer objectsInitializer, TimeoutManager timeoutManager)
           
 void Loader.init(Session session, SearchFactoryImplementor searchFactoryImplementor, ObjectsInitializer objectsInitializer, TimeoutManager timeoutManager)
           
 void ProjectionLoader.init(Session session, SearchFactoryImplementor searchFactoryImplementor, ResultTransformer transformer, ObjectLoaderBuilder loaderBuilder, String[] aliases, TimeoutManager timeoutManager)
           
 void SecondLevelCacheObjectsInitializer.initializeObjects(EntityInfo[] entityInfos, Criteria criteria, Class<?> entityType, SearchFactoryImplementor searchFactoryImplementor, TimeoutManager timeoutManager, Session session)
           
 void ObjectsInitializer.initializeObjects(EntityInfo[] entityInfos, Criteria criteria, Class<?> entityType, SearchFactoryImplementor searchFactoryImplementor, TimeoutManager timeoutManager, Session session)
           
 void LookupObjectsInitializer.initializeObjects(EntityInfo[] entityInfos, Criteria criteria, Class<?> entityType, SearchFactoryImplementor searchFactoryImplementor, TimeoutManager timeoutManager, Session session)
           
 void PersistenceContextObjectsInitializer.initializeObjects(EntityInfo[] entityInfos, Criteria criteria, Class<?> entityType, SearchFactoryImplementor searchFactoryImplementor, TimeoutManager timeoutManager, Session session)
           
 void CriteriaObjectsInitializer.initializeObjects(EntityInfo[] entityInfos, Criteria criteria, Class<?> entityType, SearchFactoryImplementor searchFactoryImplementor, TimeoutManager timeoutManager, Session session)
           
 ObjectLoaderBuilder ObjectLoaderBuilder.searchFactory(SearchFactoryImplementor searchFactoryImplementor)
           
 

Uses of SearchFactoryImplementor in org.hibernate.search.spi
 

Methods in org.hibernate.search.spi that return SearchFactoryImplementor
 SearchFactoryImplementor SearchFactoryBuilder.buildSearchFactory()
           
 SearchFactoryImplementor BuildContext.getUninitializedSearchFactory()
          Returns the SessionFactoryImplementor instance.
 

Uses of SearchFactoryImplementor in org.hibernate.search.spi.internals
 

Subinterfaces of SearchFactoryImplementor in org.hibernate.search.spi.internals
 interface SearchFactoryImplementorWithShareableState
          Search Factory implementor exposing its sharable state.
 

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

Constructors in org.hibernate.search.stat.impl with parameters of type SearchFactoryImplementor
StatisticsImpl(SearchFactoryImplementor searchFactoryImplementor)
           
 

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

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



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved