| Constructor and Description |
|---|
PostTransactionWorkQueueSynchronization(Object transactionIdentifier,
QueueingProcessor queueingProcessor,
ConcurrentMap<Object,PostTransactionWorkQueueSynchronization> queuePerTransaction,
SearchFactoryImplementor searchFactoryImplementor)
in transaction work
|
WorkQueue(SearchFactoryImplementor searchFactoryImplementor) |
WorkQueue(SearchFactoryImplementor searchFactoryImplementor,
WorkPlan plan) |
| 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 |
DynamicShardingEntityIndexBinding.getSearchFactory() |
SearchFactoryImplementor |
MutableSearchFactory.getUninitializedSearchFactory() |
SearchFactoryImplementor |
ImmutableSearchFactory.getUninitializedSearchFactory() |
| 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.similarities.Similarity similarityInstance,
EntityIndexingInterceptor entityIndexingInterceptor,
Properties properties,
SearchFactoryImplementor searchFactoryImplementor,
IndexManagerHolder indexManagerHolder,
String rootDirectoryProviderName) |
WorkPlan(SearchFactoryImplementor searchFactoryImplementor) |
| Constructor and Description |
|---|
LuceneWorkHydrator(SearchFactoryImplementor searchFactory) |
LuceneWorkSerializerImpl(SerializationProvider provider,
SearchFactoryImplementor searchFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexManager.setSearchFactory(SearchFactoryImplementor boundSearchFactory)
Connects this
IndexManager to a new SearchFactory. |
void |
DirectoryBasedIndexManager.setSearchFactory(SearchFactoryImplementor boundSearchFactory) |
| Modifier and Type | Method and Description |
|---|---|
SearchFactoryImplementor |
QueryBuildingContext.getFactory() |
| Constructor and Description |
|---|
ConnectedQueryContextBuilder.HSearchEntityContext(Class<?> entityType,
SearchFactoryImplementor factory) |
ConnectedQueryContextBuilder(SearchFactoryImplementor factory) |
MoreLikeThisBuilder(DocumentBuilderIndexedEntity documentBuilder,
SearchFactoryImplementor searchFactory) |
QueryBuildingContext(SearchFactoryImplementor factory,
org.apache.lucene.analysis.Analyzer queryAnalyzer,
Class<?> entityType) |
| Modifier and Type | Method and Description |
|---|---|
SearchFactoryImplementor |
HSQueryImpl.getSearchFactoryImplementor() |
| Constructor and Description |
|---|
DocumentExtractorImpl(QueryHits queryHits,
SearchFactoryImplementor searchFactoryImplementor,
String[] projection,
Set<String> idFieldNames,
boolean allowFieldSelection,
LazyQueryState searcher,
org.apache.lucene.search.Query query,
int firstIndex,
int maxIndex,
Set<Class<?>> classesAndSubclasses) |
HSQueryImpl(SearchFactoryImplementor searchFactoryImplementor) |
LazyQueryState(org.apache.lucene.search.Query userQuery,
org.apache.lucene.index.IndexReader reader,
org.apache.lucene.search.similarities.Similarity searcherSimilarity,
SearchFactoryImplementor searchFactoryImplementor,
Set<Class<?>> targetedTypes,
boolean fieldSortDoTrackScores,
boolean fieldSortDoMaxScore) |
| Modifier and Type | Method and Description |
|---|---|
SearchFactoryImplementor |
HSQuery.getSearchFactoryImplementor()
Deprecated.
should be at most SearchIntegrator, preferably removed altogether
|
| Modifier and Type | Method and Description |
|---|---|
SearchFactoryImplementor |
SearchFactoryBuilder.buildSearchFactory()
Deprecated.
|
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–2014 Hibernate. All rights reserved.