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) |
Constructor and Description |
---|
BatchCoordinator(Set<Class<?>> rootEntities,
ExtendedSearchIntegrator extendedIntegrator,
SessionFactoryImplementor sessionFactory,
int typesToIndexInParallel,
int documentBuilderThreads,
CacheMode cacheMode,
int objectLoadingBatchSize,
long objectsLimit,
boolean optimizeAtEnd,
boolean purgeAtStart,
boolean optimizeAfterPurge,
MassIndexerProgressMonitor monitor,
int idFetchSize,
Integer transactionTimeout,
String tenantId) |
BatchIndexingWorkspace(ExtendedSearchIntegrator extendedIntegrator,
SessionFactoryImplementor sessionFactory,
Class<?> entityType,
int objectLoadingThreads,
CacheMode cacheMode,
int objectLoadingBatchSize,
CountDownLatch endAllSignal,
MassIndexerProgressMonitor monitor,
BatchBackend backend,
long objectsLimit,
int idFetchSize,
Integer transactionTimeout,
String tenantId) |
BatchTransactionalContext(ExtendedSearchIntegrator extendedIntegrator,
SessionFactoryImplementor sessionFactory,
ErrorHandler errorHandler,
String tenantId) |
IdentifierConsumerDocumentProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities,
MassIndexerProgressMonitor monitor,
SessionFactory sessionFactory,
CountDownLatch producerEndSignal,
CacheMode cacheMode,
Class<?> type,
ExtendedSearchIntegrator searchFactory,
String idName,
BatchBackend backend,
ErrorHandler errorHandler,
Integer transactionTimeout,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchIndexManager.setSearchFactory(ExtendedSearchIntegrator boundSearchIntegrator) |
Constructor and Description |
---|
ElasticsearchHSQueryImpl(com.google.gson.JsonObject rawSearchPayload,
ExtendedSearchIntegrator extendedIntegrator) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ElasticsearchEntityHelper.isAnyMappedToElasticsearch(ExtendedSearchIntegrator integrator,
Collection<Class<?>> entityTypes) |
static boolean |
ElasticsearchEntityHelper.isMappedToElasticsearch(ExtendedSearchIntegrator integrator,
Class<?> entityType) |
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 |
ImmutableSearchFactory.getUninitializedSearchIntegrator() |
ExtendedSearchIntegrator |
MutableSearchFactory.getUninitializedSearchIntegrator() |
Modifier and Type | Method and Description |
---|---|
static Object[] |
DocumentBuilderHelper.getDocumentFields(ExtendedSearchIntegrator extendedIntegrator,
Class<?> clazz,
Document document,
String[] fields,
ConversionContext conversionContext) |
static Serializable |
DocumentBuilderHelper.getDocumentId(ExtendedSearchIntegrator extendedIntegrator,
Class<?> clazz,
Document document,
ConversionContext conversionContext) |
static String |
DocumentBuilderHelper.getDocumentIdName(ExtendedSearchIntegrator extendedIntegrator,
Class<?> clazz) |
Constructor and Description |
---|
DynamicShardingEntityIndexBinding(ShardIdentifierProvider shardIdentityProvider,
Similarity similarityInstance,
EntityIndexingInterceptor entityIndexingInterceptor,
Properties properties,
ExtendedSearchIntegrator extendedIntegrator,
IndexManagerType indexManagerType,
IndexManagerHolder indexManagerHolder,
String rootDirectoryProviderName) |
WorkPlan(ExtendedSearchIntegrator extendedIntegrator) |
Modifier and Type | Method and Description |
---|---|
ExtendedSearchIntegrator |
FullTextIndexEventListener.getExtendedSearchFactoryIntegrator() |
Modifier and Type | Method and Description |
---|---|
void |
FullTextIndexEventListener.initialize(ExtendedSearchIntegrator extendedIntegrator)
Initialize method called by Hibernate Core when the SessionFactory starts.
|
Modifier and Type | Method and Description |
---|---|
ExtendedSearchIntegrator |
SearchFactoryReference.getSearchIntegrator() |
Modifier and Type | Method and Description |
---|---|
void |
SearchFactoryReference.initialize(ExtendedSearchIntegrator extendedIntegrator) |
Modifier and Type | Method and Description |
---|---|
static ExtendedSearchIntegrator |
ContextHelper.getSearchIntegrator(Session session) |
static ExtendedSearchIntegrator |
ContextHelper.getSearchIntegratorBySessionImplementor(SessionImplementor session) |
static ExtendedSearchIntegrator |
ContextHelper.getSearchIntegratorBySF(SessionFactory factory) |
static ExtendedSearchIntegrator |
ContextHelper.getSearchIntegratorBySFI(SessionFactoryImplementor sfi) |
Constructor and Description |
---|
LuceneWorkHydrator(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) |
Constructor and Description |
---|
IndexControl(ConfigurationService configurationService,
ExtendedSearchIntegrator extendedIntegrator) |
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 queryAnalyzerReference,
Class<?> entityType) |
Modifier and Type | Field and Description |
---|---|
protected ExtendedSearchIntegrator |
AbstractHSQuery.extendedIntegrator |
Modifier and Type | Method and Description |
---|---|
ExtendedSearchIntegrator |
AbstractHSQuery.getExtendedSearchIntegrator() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractHSQuery.validateSortFields(ExtendedSearchIntegrator extendedIntegrator,
Iterable<Class<?>> targetedEntities) |
Constructor and Description |
---|
AbstractHSQuery(ExtendedSearchIntegrator extendedIntegrator) |
DocumentExtractorImpl(QueryHits queryHits,
ExtendedSearchIntegrator extendedIntegrator,
String[] projection,
Set<String> idFieldNames,
boolean allowFieldSelection,
LazyQueryState searcher,
int firstIndex,
int maxIndex,
Set<Class<?>> classesAndSubclasses) |
LazyQueryState(Query userQuery,
QueryFilters facetingFilters,
IndexReader reader,
Similarity searcherSimilarity,
ExtendedSearchIntegrator extendedIntegrator,
Set<Class<?>> targetedTypes,
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 |
ObjectInitializationContext.getExtendedSearchIntegrator() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoader.init(Session session,
ExtendedSearchIntegrator extendedIntegrator) |
void |
QueryLoader.init(Session session,
ExtendedSearchIntegrator extendedIntegrator,
ObjectInitializer objectInitializer,
TimeoutManager timeoutManager) |
void |
Loader.init(Session session,
ExtendedSearchIntegrator extendedIntegrator,
ObjectInitializer objectInitializer,
TimeoutManager timeoutManager) |
void |
MultiClassesQueryLoader.init(Session session,
ExtendedSearchIntegrator extendedIntegrator,
ObjectInitializer objectInitializer,
TimeoutManager timeoutManager) |
void |
ProjectionLoader.init(Session session,
ExtendedSearchIntegrator extendedIntegrator,
ObjectInitializer objectInitializer,
TimeoutManager timeoutManager) |
void |
ProjectionLoader.init(Session session,
ExtendedSearchIntegrator extendedIntegrator,
ResultTransformer transformer,
ObjectLoaderBuilder loaderBuilder,
String[] aliases,
TimeoutManager timeoutManager,
boolean projectThis) |
ObjectLoaderBuilder |
ObjectLoaderBuilder.searchFactory(ExtendedSearchIntegrator extendedIntegrator) |
Constructor and Description |
---|
ObjectInitializationContext(Criteria criteria,
Class<?> targetedEntityType,
ExtendedSearchIntegrator extendedIntegrator,
TimeoutManager timeoutManager,
Session session) |
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 Red Hat, Inc. All Rights Reserved