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 |
---|
BatchCoordinator(Set<Class<?>> rootEntities,
ExtendedSearchIntegrator extendedIntegrator,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
int typesToIndexInParallel,
int documentBuilderThreads,
org.hibernate.CacheMode cacheMode,
int objectLoadingBatchSize,
long objectsLimit,
boolean optimizeAtEnd,
boolean purgeAtStart,
boolean optimizeAfterPurge,
MassIndexerProgressMonitor monitor,
int idFetchSize,
Integer transactionTimeout,
String tenantId) |
BatchIndexingWorkspace(ExtendedSearchIntegrator extendedIntegrator,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
Class<?> entityType,
int objectLoadingThreads,
org.hibernate.CacheMode cacheMode,
int objectLoadingBatchSize,
CountDownLatch endAllSignal,
MassIndexerProgressMonitor monitor,
BatchBackend backend,
long objectsLimit,
int idFetchSize,
Integer transactionTimeout,
String tenantId) |
BatchTransactionalContext(ExtendedSearchIntegrator extendedIntegrator,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
ErrorHandler errorHandler,
String tenantId) |
IdentifierConsumerDocumentProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities,
MassIndexerProgressMonitor monitor,
org.hibernate.SessionFactory sessionFactory,
CountDownLatch producerEndSignal,
org.hibernate.CacheMode cacheMode,
Class<?> type,
ExtendedSearchIntegrator searchFactory,
String idName,
BatchBackend backend,
ErrorHandler errorHandler,
Integer transactionTimeout,
String tenantId) |
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) |
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(org.hibernate.Session session) |
static ExtendedSearchIntegrator |
ContextHelper.getSearchintegratorBySessionImplementor(org.hibernate.engine.spi.SessionImplementor session) |
static ExtendedSearchIntegrator |
ContextHelper.getSearchintegratorBySFI(org.hibernate.engine.spi.SessionFactoryImplementor sfi) |
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) |
Constructor and Description |
---|
IndexControl(org.hibernate.engine.config.spi.ConfigurationService configurationService,
ExtendedSearchIntegrator extendedIntegrator) |
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() |
Modifier and Type | Method and Description |
---|---|
protected void |
HSQueryImpl.validateSortFields(ExtendedSearchIntegrator extendedIntegrator) |
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 |
ObjectInitializationContext.getExtendedSearchIntegrator() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoader.init(org.hibernate.Session session,
ExtendedSearchIntegrator extendedIntegrator) |
void |
QueryLoader.init(org.hibernate.Session session,
ExtendedSearchIntegrator extendedIntegrator,
ObjectInitializer objectInitializer,
TimeoutManager timeoutManager) |
void |
Loader.init(org.hibernate.Session session,
ExtendedSearchIntegrator extendedIntegrator,
ObjectInitializer objectInitializer,
TimeoutManager timeoutManager) |
void |
MultiClassesQueryLoader.init(org.hibernate.Session session,
ExtendedSearchIntegrator extendedIntegrator,
ObjectInitializer objectInitializer,
TimeoutManager timeoutManager) |
void |
ProjectionLoader.init(org.hibernate.Session session,
ExtendedSearchIntegrator extendedIntegrator,
ObjectInitializer objectInitializer,
TimeoutManager timeoutManager) |
void |
ProjectionLoader.init(org.hibernate.Session session,
ExtendedSearchIntegrator extendedIntegrator,
org.hibernate.transform.ResultTransformer transformer,
ObjectLoaderBuilder loaderBuilder,
String[] aliases,
TimeoutManager timeoutManager) |
ObjectLoaderBuilder |
ObjectLoaderBuilder.searchFactory(ExtendedSearchIntegrator extendedIntegrator) |
Constructor and Description |
---|
ObjectInitializationContext(org.hibernate.Criteria criteria,
Class<?> targetedEntityType,
ExtendedSearchIntegrator extendedIntegrator,
TimeoutManager timeoutManager,
org.hibernate.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–2016 Hibernate. All rights reserved.