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.engine.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.spi   
org.hibernate.search.spi.internals   
org.hibernate.search.stat.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.engine.impl
 

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
WorkPlan(SearchFactoryImplementor searchFactoryImplementor)
           
 

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()
           
 

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)
           
 

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)
           
 



Copyright © 2006-2012 Hibernate. All Rights Reserved.