Constructor and Description |
---|
PostTransactionWorkQueueSynchronization(QueueingProcessor queueingProcessor,
WeakIdentityHashMap queuePerTransaction,
SearchFactoryImplementor searchFactoryImplementor)
in transaction work
|
WorkQueue(SearchFactoryImplementor searchFactoryImplementor) |
WorkQueue(SearchFactoryImplementor searchFactoryImplementor,
WorkPlan plan) |
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
JmsBackendQueueProcessor.getSearchFactory() |
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
DynamicShardingEntityIndexBinding.getSearchFactory() |
SearchFactoryImplementor |
EmptyBuildContext.getUninitializedSearchFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
DynamicShardingEntityIndexBinding(ShardIdentifierProvider shardIdentityProvider,
org.apache.lucene.search.Similarity similarityInstance,
EntityIndexingInterceptor<? super T> entityIndexingInterceptor,
Properties properties,
IndexManagerFactory indexManagerFactory,
SearchFactoryImplementor searchFactoryImplementor,
IndexManagerHolder indexManagerHolder,
String rootDirectoryProviderName) |
EmptyBuildContext(ServiceManager delegate,
SearchFactoryImplementor searchFactory)
Deprecated.
|
WorkPlan(SearchFactoryImplementor searchFactoryImplementor) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
ImmutableSearchFactory.getUninitializedSearchFactory() |
SearchFactoryImplementor |
MutableSearchFactory.getUninitializedSearchFactory() |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryBasedIndexManager.setSearchFactory(SearchFactoryImplementor boundSearchFactory) |
Constructor and Description |
---|
LuceneWorkHydrator(SearchFactoryImplementor searchFactory) |
PluggableSerializationLuceneWorkSerializer(SerializationProvider provider,
SearchFactoryImplementor searchFactory) |
Modifier and Type | Method and Description |
---|---|
void |
IndexManager.setSearchFactory(SearchFactoryImplementor boundSearchFactory)
Connects this
IndexManager to a new SearchFactory . |
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
QueryBuildingContext.getFactory() |
Constructor and Description |
---|
ConnectedQueryContextBuilder.HSearchEntityContext(Class<?> entityType,
SearchFactoryImplementor factory) |
ConnectedQueryContextBuilder(SearchFactoryImplementor factory) |
QueryBuildingContext(SearchFactoryImplementor factory,
org.apache.lucene.analysis.Analyzer queryAnalyzer,
Class<?> entityType) |
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
HSQueryImpl.getSearchFactoryImplementor() |
Modifier and Type | Method and Description |
---|---|
void |
HSQueryImpl.afterDeserialise(SearchFactoryImplementor searchFactoryImplementor) |
void |
IndexSearcherWithPayload.closeSearcher(Object query,
SearchFactoryImplementor searchFactoryImplementor) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
HSQuery.getSearchFactoryImplementor()
Deprecated.
should be at most SearchFactoryIntegrator, preferably removed altogether
|
Modifier and Type | Method and Description |
---|---|
void |
HSQuery.afterDeserialise(SearchFactoryImplementor searchFactory)
afterDeserialise.
|
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
SearchFactoryBuilder.buildSearchFactory() |
SearchFactoryImplementor |
BuildContext.getUninitializedSearchFactory()
Returns the
SessionFactoryImplementor instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchFactoryImplementorWithShareableState
Search Factory implementor exposing its sharable state.
|
Constructor and Description |
---|
StatisticsImpl(SearchFactoryImplementor searchFactoryImplementor) |
Copyright © 2006–2013 Hibernate. All rights reserved.