Constructor and Description |
---|
InTransactionWorkQueueSynchronization(Object transactionIdentifier,
QueueingProcessor queueingProcessor,
ConcurrentMap<Object,WorkQueueSynchronization> queuePerTransaction,
ExtendedSearchIntegrator extendedIntegrator)
In transaction work
|
PostTransactionWorkQueueSynchronization(Object transactionIdentifier,
QueueingProcessor queueingProcessor,
ConcurrentMap<Object,WorkQueueSynchronization> queuePerTransaction,
ExtendedSearchIntegrator extendedIntegrator) |
WorkQueue(ExtendedSearchIntegrator extendedIntegrator) |
WorkQueue(ExtendedSearchIntegrator extendedIntegrator,
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 |
---|---|
ExtendedSearchIntegrator |
DynamicShardingEntityIndexBinding.getSearchintegrator() |
ExtendedSearchIntegrator |
MutableSearchFactory.getUninitializedSearchIntegrator() |
ExtendedSearchIntegrator |
ImmutableSearchFactory.getUninitializedSearchIntegrator() |
Modifier and Type | Method and Description |
---|---|
static Object[] |
DocumentBuilderHelper.getDocumentFields(ExtendedSearchIntegrator extendedIntegrator,
Class<?> clazz,
org.apache.lucene.document.Document document,
String[] fields,
ConversionContext conversionContext) |
static Serializable |
DocumentBuilderHelper.getDocumentId(ExtendedSearchIntegrator extendedIntegrator,
Class<?> clazz,
org.apache.lucene.document.Document document,
ConversionContext conversionContext) |
static String |
DocumentBuilderHelper.getDocumentIdName(ExtendedSearchIntegrator extendedIntegrator,
Class<?> clazz) |
Constructor and Description |
---|
DynamicShardingEntityIndexBinding(ShardIdentifierProvider shardIdentityProvider,
org.apache.lucene.search.similarities.Similarity similarityInstance,
EntityIndexingInterceptor entityIndexingInterceptor,
Properties properties,
ExtendedSearchIntegrator extendedIntegrator,
IndexManagerHolder indexManagerHolder,
String rootDirectoryProviderName) |
WorkPlan(ExtendedSearchIntegrator extendedIntegrator) |
Constructor and Description |
---|
LuceneWorkHydrator(ExtendedSearchIntegrator searchIntegrator) |
LuceneWorkSerializerImpl(SerializationProvider provider,
ExtendedSearchIntegrator searchIntegrator) |
Modifier and Type | Method and Description |
---|---|
void |
IndexManager.setSearchFactory(ExtendedSearchIntegrator boundSearchIntegrator)
Connects this
IndexManager to a new ExtendedSearchintegrator . |
void |
DirectoryBasedIndexManager.setSearchFactory(ExtendedSearchIntegrator boundSearchIntegrator) |
Modifier and Type | Method and Description |
---|---|
ExtendedSearchIntegrator |
QueryBuildingContext.getFactory() |
Constructor and Description |
---|
ConnectedQueryContextBuilder(ExtendedSearchIntegrator factory) |
HSearchEntityContext(Class<?> entityType,
ExtendedSearchIntegrator factory) |
MoreLikeThisBuilder(DocumentBuilderIndexedEntity documentBuilder,
ExtendedSearchIntegrator searchIntegrator) |
QueryBuildingContext(ExtendedSearchIntegrator factory,
org.apache.lucene.analysis.Analyzer queryAnalyzer,
Class<?> entityType) |
Modifier and Type | Method and Description |
---|---|
ExtendedSearchIntegrator |
HSQueryImpl.getExtendedSearchIntegrator() |
Constructor and Description |
---|
DocumentExtractorImpl(QueryHits queryHits,
ExtendedSearchIntegrator extendedIntegrator,
String[] projection,
Set<String> idFieldNames,
boolean allowFieldSelection,
LazyQueryState searcher,
int firstIndex,
int maxIndex,
Set<Class<?>> classesAndSubclasses) |
HSQueryImpl(ExtendedSearchIntegrator extendedIntegrator) |
LazyQueryState(org.apache.lucene.search.Query userQuery,
org.apache.lucene.index.IndexReader reader,
org.apache.lucene.search.similarities.Similarity searcherSimilarity,
ExtendedSearchIntegrator extendedIntegrator,
Set<Class<?>> targetedTypes,
boolean fieldSortDoTrackScores,
boolean fieldSortDoMaxScore) |
Modifier and Type | Method and Description |
---|---|
ExtendedSearchIntegrator |
HSQuery.getExtendedSearchIntegrator()
Deprecated.
should be at most SearchIntegrator, preferably removed altogether
|
Modifier and Type | Method and Description |
---|---|
ExtendedSearchIntegrator |
SearchFactoryBuilder.buildSearchFactory()
Deprecated.
|
ExtendedSearchIntegrator |
BuildContext.getUninitializedSearchIntegrator()
Returns the
ExtendedSearchintegrator instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedSearchIntegratorWithShareableState
Contract for
ExtendedSearchintegrator implementors exposing its shareable state. |
Constructor and Description |
---|
StatisticsImpl(ExtendedSearchIntegrator extendedIntegrator) |
Copyright © 2006–2015 Hibernate. All rights reserved.