| 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) |
| Constructor and Description |
|---|
DefaultBatchBackend(ExtendedSearchIntegrator integrator,
MassIndexerProgressMonitor progressMonitor) |
| 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 |
MutableSearchFactory.getUninitializedSearchIntegrator() |
ExtendedSearchIntegrator |
ImmutableSearchFactory.getUninitializedSearchIntegrator() |
| Modifier and Type | Method and Description |
|---|---|
static DocumentBuilderIndexedEntity |
DocumentBuilderHelper.getDocumentBuilder(String className,
ExtendedSearchIntegrator searchIntegrator) |
| Constructor and Description |
|---|
WorkPlan(ExtendedSearchIntegrator extendedIntegrator) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexManagerHolder.setActiveSearchIntegrator(ExtendedSearchIntegrator integrator)
Useful for MutableSearchFactory, this haves all managed IndexManagers
switch over to the new SearchIntegrator.
|
| Constructor and Description |
|---|
LuceneWorkHydrator(ExtendedSearchIntegrator searchIntegrator) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryBasedIndexManager.setSearchFactory(ExtendedSearchIntegrator boundSearchIntegrator) |
void |
IndexManager.setSearchFactory(ExtendedSearchIntegrator boundSearchIntegrator)
Connects this
IndexManager to a new ExtendedSearchIntegrator. |
| Modifier and Type | Method and Description |
|---|---|
ExtendedSearchIntegrator |
QueryBuildingContext.getExtendedSearchIntegrator() |
| Constructor and Description |
|---|
ConnectedQueryContextBuilder(ExtendedSearchIntegrator factory) |
HSearchEntityContext(Class<?> entityType,
ExtendedSearchIntegrator factory) |
MoreLikeThisBuilder(DocumentBuilderIndexedEntity documentBuilder,
ExtendedSearchIntegrator searchIntegrator) |
QueryBuildingContext(ExtendedSearchIntegrator factory,
ScopedAnalyzerReference originalAnalyzerReference,
ScopedAnalyzerReference queryAnalyzerReference,
Class<?> entityType) |
| Modifier and Type | Field and Description |
|---|---|
protected ExtendedSearchIntegrator |
AbstractHSQuery.extendedIntegrator |
| Modifier and Type | Method and Description |
|---|---|
ExtendedSearchIntegrator |
AbstractHSQuery.getExtendedSearchIntegrator() |
| Constructor and Description |
|---|
AbstractHSQuery(ExtendedSearchIntegrator extendedIntegrator) |
DocumentExtractorImpl(QueryHits queryHits,
ExtendedSearchIntegrator extendedIntegrator,
String[] projection,
Set<String> idFieldNames,
boolean allowFieldSelection,
LazyQueryState searcher,
int firstIndex,
int maxIndex,
Map<String,EntityIndexBinding> targetedEntityBindings) |
LazyQueryState(org.apache.lucene.search.Query userQuery,
QueryFilters facetingFilters,
org.apache.lucene.index.IndexReader reader,
org.apache.lucene.search.similarities.Similarity searcherSimilarity,
ExtendedSearchIntegrator extendedIntegrator,
Collection<EntityIndexBinding> targetedEntityBindings,
boolean fieldSortDoTrackScores,
boolean fieldSortDoMaxScore) |
LuceneHSQuery(ExtendedSearchIntegrator extendedIntegrator) |
| 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–2017 Hibernate. All rights reserved.