Uses of Interface
org.hibernate.search.engine.backend.session.spi.BackendSessionContext
Packages that use BackendSessionContext
Package
Description
-
Uses of BackendSessionContext in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch with parameters of type BackendSessionContextModifier and TypeMethodDescriptionElasticsearchExtension.extendOptional(SearchQuerySelectStep<?, R, E, LOS, ?, ?> original, SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) Attempt to extend a given DSL step, returning an emptyOptionalin case of failure. -
Uses of BackendSessionContext in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type BackendSessionContextModifier and TypeMethodDescriptionIndexManagerBackendContext.createIndexer(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext) IndexManagerBackendContext.createIndexingPlan(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy) IndexManagerBackendContext.createSearchQueryBuilder(ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection) -
Uses of BackendSessionContext in org.hibernate.search.backend.elasticsearch.scope.model.impl
Methods in org.hibernate.search.backend.elasticsearch.scope.model.impl with parameters of type BackendSessionContextModifier and TypeMethodDescriptionElasticsearchSearchIndexScopeImpl.select(BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, SearchProjection<P> projection) -
Uses of BackendSessionContext in org.hibernate.search.backend.elasticsearch.search.predicate.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.predicate.impl with parameters of type BackendSessionContextModifierConstructorDescriptionPredicateRequestContext(BackendSessionContext sessionContext, ElasticsearchSearchIndexScope<?> searchIndexScope, Set<String> routingKeys, QueryParameters parameters) -
Uses of BackendSessionContext in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl that return BackendSessionContextModifier and TypeMethodDescriptionprotected BackendSessionContextElasticsearchSearchQuerySelectStepImpl.sessionContext()Constructors in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl with parameters of type BackendSessionContextModifierConstructorDescriptionElasticsearchSearchQuerySelectStepImpl(ElasticsearchSearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) -
Uses of BackendSessionContext in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type BackendSessionContextModifier and TypeMethodDescriptionSearchBackendContext.createSearchQueryBuilder(ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection) ElasticsearchSearchQueryIndexScope.select(BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, SearchProjection<P> projection) Constructors in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type BackendSessionContextModifierConstructorDescriptionElasticsearchSearchQueryBuilder(ElasticsearchWorkFactory workFactory, ElasticsearchSearchResultExtractorFactory searchResultExtractorFactory, ElasticsearchParallelWorkOrchestrator queryOrchestrator, ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection, Integer scrollTimeout) -
Uses of BackendSessionContext in org.hibernate.search.backend.elasticsearch.work.execution.impl
Methods in org.hibernate.search.backend.elasticsearch.work.execution.impl with parameters of type BackendSessionContextModifier and TypeMethodDescriptionWorkExecutionBackendContext.createIndexer(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext) WorkExecutionBackendContext.createIndexingPlan(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy) Constructors in org.hibernate.search.backend.elasticsearch.work.execution.impl with parameters of type BackendSessionContextModifierConstructorDescriptionElasticsearchIndexIndexer(ElasticsearchWorkFactory workFactory, ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext) ElasticsearchIndexIndexingPlan(ElasticsearchWorkFactory workFactory, ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy) -
Uses of BackendSessionContext in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type BackendSessionContextModifier and TypeMethodDescriptionLuceneExtension.extendOptional(SearchQuerySelectStep<?, R, E, LOS, ?, ?> original, SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) Attempt to extend a given DSL step, returning an emptyOptionalin case of failure. -
Uses of BackendSessionContext in org.hibernate.search.backend.lucene.index.impl
Methods in org.hibernate.search.backend.lucene.index.impl with parameters of type BackendSessionContextModifier and TypeMethodDescriptionIndexManagerBackendContext.createIndexer(WorkExecutionIndexManagerContext indexManagerContext, LuceneIndexEntryFactory indexEntryFactory, BackendSessionContext sessionContext) LuceneIndexManagerImpl.createIndexer(BackendSessionContext sessionContext) IndexManagerBackendContext.createIndexingPlan(WorkExecutionIndexManagerContext indexManagerContext, LuceneIndexEntryFactory indexEntryFactory, BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) LuceneIndexManagerImpl.createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) <H> LuceneSearchQueryBuilder<H>IndexManagerBackendContext.createSearchQueryBuilder(LuceneSearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, LuceneSearchProjection<H> rootProjection) -
Uses of BackendSessionContext in org.hibernate.search.backend.lucene.scope.model.impl
Methods in org.hibernate.search.backend.lucene.scope.model.impl with parameters of type BackendSessionContextModifier and TypeMethodDescription<P> LuceneSearchQueryBuilder<P>LuceneSearchIndexScopeImpl.select(BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, SearchProjection<P> projection) -
Uses of BackendSessionContext in org.hibernate.search.backend.lucene.search.aggregation.impl
Constructors in org.hibernate.search.backend.lucene.search.aggregation.impl with parameters of type BackendSessionContextModifierConstructorDescriptionAggregationExtractContext(LuceneSearchQueryIndexScope<?> queryIndexScope, BackendSessionContext sessionContext, org.apache.lucene.index.IndexReader indexReader, FromDocumentValueConvertContext fromDocumentValueConvertContext, HibernateSearchMultiCollectorManager.MultiCollectedResults multiCollectedResults, Set<String> routingKeys, QueryParameters parameters) -
Uses of BackendSessionContext in org.hibernate.search.backend.lucene.search.predicate.impl
Methods in org.hibernate.search.backend.lucene.search.predicate.impl with parameters of type BackendSessionContextModifier and TypeMethodDescriptionstatic PredicateRequestContextPredicateRequestContext.withSession(LuceneSearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, Set<String> routingKeys, QueryParameters parameters) -
Uses of BackendSessionContext in org.hibernate.search.backend.lucene.search.query.dsl.impl
Methods in org.hibernate.search.backend.lucene.search.query.dsl.impl that return BackendSessionContextModifier and TypeMethodDescriptionprotected BackendSessionContextLuceneSearchQuerySelectStepImpl.sessionContext()Constructors in org.hibernate.search.backend.lucene.search.query.dsl.impl with parameters of type BackendSessionContextModifierConstructorDescriptionLuceneSearchQuerySelectStepImpl(LuceneSearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) -
Uses of BackendSessionContext in org.hibernate.search.backend.lucene.search.query.impl
Methods in org.hibernate.search.backend.lucene.search.query.impl with parameters of type BackendSessionContextModifier and TypeMethodDescription<H> LuceneSearchQueryBuilder<H>SearchBackendContext.createSearchQueryBuilder(LuceneSearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, LuceneSearchProjection<H> rootProjection) <P> LuceneSearchQueryBuilder<P>LuceneSearchQueryIndexScope.select(BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, SearchProjection<P> projection) Constructors in org.hibernate.search.backend.lucene.search.query.impl with parameters of type BackendSessionContextModifierConstructorDescriptionLuceneSearchQueryBuilder(LuceneWorkFactory workFactory, LuceneSyncWorkOrchestrator queryOrchestrator, LuceneSearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, LuceneSearchProjection<H> rootProjection) -
Uses of BackendSessionContext in org.hibernate.search.backend.lucene.work.execution.impl
Methods in org.hibernate.search.backend.lucene.work.execution.impl with parameters of type BackendSessionContextModifier and TypeMethodDescriptionWorkExecutionBackendContext.createIndexer(WorkExecutionIndexManagerContext indexManagerContext, LuceneIndexEntryFactory indexEntryFactory, BackendSessionContext sessionContext) WorkExecutionBackendContext.createIndexingPlan(WorkExecutionIndexManagerContext indexManagerContext, LuceneIndexEntryFactory indexEntryFactory, BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) Constructors in org.hibernate.search.backend.lucene.work.execution.impl with parameters of type BackendSessionContextModifierConstructorDescriptionLuceneIndexIndexer(LuceneWorkFactory factory, LuceneIndexEntryFactory indexEntryFactory, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext) LuceneIndexIndexingPlan(LuceneWorkFactory factory, WorkExecutionIndexManagerContext indexManagerContext, LuceneIndexEntryFactory indexEntryFactory, BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of BackendSessionContext in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi with parameters of type BackendSessionContextModifier and TypeMethodDescriptionIndexManagerImplementor.createIndexer(BackendSessionContext sessionContext) IndexManagerImplementor.createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of BackendSessionContext in org.hibernate.search.engine.backend.types.converter.runtime
Methods in org.hibernate.search.engine.backend.types.converter.runtime with parameters of type BackendSessionContextModifier and TypeMethodDescriptionFromDocumentFieldValueConvertContextExtension.extendOptional(FromDocumentFieldValueConvertContext original, BackendSessionContext sessionContext) Deprecated.Attempt to extend a given context, returning an emptyOptionalin case of failure.FromDocumentFieldValueConvertContextExtension.extendOptional(FromDocumentValueConvertContext original, BackendSessionContext sessionContext) Deprecated.FromDocumentValueConvertContextExtension.extendOptional(FromDocumentValueConvertContext original, BackendSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of BackendSessionContext in org.hibernate.search.engine.backend.types.converter.runtime.spi
Constructors in org.hibernate.search.engine.backend.types.converter.runtime.spi with parameters of type BackendSessionContextModifierConstructorDescriptionFromDocumentValueConvertContextImpl(BackendSessionContext sessionContext) -
Uses of BackendSessionContext in org.hibernate.search.engine.mapper.mapping.impl
Methods in org.hibernate.search.engine.mapper.mapping.impl with parameters of type BackendSessionContextModifier and TypeMethodDescriptionMappedIndexManagerImpl.createIndexer(BackendSessionContext sessionContext) MappedIndexManagerImpl.createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of BackendSessionContext in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type BackendSessionContextModifier and TypeMethodDescriptionMappedIndexManager.createIndexer(BackendSessionContext sessionContext) MappedIndexManager.createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of BackendSessionContext in org.hibernate.search.engine.mapper.scope.spi
Methods in org.hibernate.search.engine.mapper.scope.spi with parameters of type BackendSessionContextModifier and TypeMethodDescription<LOS> SearchQuerySelectStep<?,R, E, LOS, SearchProjectionFactory<R, E>, ?> MappedIndexScope.search(BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) -
Uses of BackendSessionContext in org.hibernate.search.engine.search.query.dsl
Methods in org.hibernate.search.engine.search.query.dsl with parameters of type BackendSessionContextModifier and TypeMethodDescriptionSearchQueryDslExtension.extendOptional(SearchQuerySelectStep<?, R, E, LOS, ?, ?> original, SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) Attempt to extend a given DSL step, returning an emptyOptionalin case of failure. -
Uses of BackendSessionContext in org.hibernate.search.engine.search.query.dsl.impl
Methods in org.hibernate.search.engine.search.query.dsl.impl that return BackendSessionContextModifier and TypeMethodDescriptionprotected BackendSessionContextDefaultSearchQuerySelectStep.sessionContext()Constructors in org.hibernate.search.engine.search.query.dsl.impl with parameters of type BackendSessionContextModifierConstructorDescriptionDefaultSearchQuerySelectStep(SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) -
Uses of BackendSessionContext in org.hibernate.search.engine.search.query.dsl.spi
Methods in org.hibernate.search.engine.search.query.dsl.spi that return BackendSessionContextModifier and TypeMethodDescriptionprotected abstract BackendSessionContextAbstractSearchQuerySelectStep.sessionContext() -
Uses of BackendSessionContext in org.hibernate.search.engine.search.query.spi
Methods in org.hibernate.search.engine.search.query.spi with parameters of type BackendSessionContextModifier and TypeMethodDescription<P> SearchQueryBuilder<P>SearchQueryIndexScope.select(BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, SearchProjection<P> projection) -
Uses of BackendSessionContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type BackendSessionContextModifier and TypeMethodDescriptionHibernateOrmExtension.extendOptional(FromDocumentFieldValueConvertContext original, BackendSessionContext sessionContext) Deprecated.HibernateOrmExtension.extendOptional(FromDocumentValueConvertContext original, BackendSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of BackendSessionContext in org.hibernate.search.mapper.orm.loading.spi
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.orm.loading.spi -
Uses of BackendSessionContext in org.hibernate.search.mapper.orm.massindexing.impl
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.orm.massindexing.impl -
Uses of BackendSessionContext in org.hibernate.search.mapper.orm.scope.impl
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.orm.scope.impl -
Uses of BackendSessionContext in org.hibernate.search.mapper.orm.session.impl
Classes in org.hibernate.search.mapper.orm.session.impl that implement BackendSessionContext -
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.massindexing.spi
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.pojo.massindexing.spi -
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.scope.spi
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.pojo.scope.spi -
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.session.spi
Classes in org.hibernate.search.mapper.pojo.session.spi that implement BackendSessionContext -
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.work.spi
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.pojo.work.spiModifier and TypeInterfaceDescriptioninterfaceSession-scoped information and operations for use in POJO work execution. -
Uses of BackendSessionContext in org.infinispan.search.mapper.session.impl
Classes in org.infinispan.search.mapper.session.impl that implement BackendSessionContext
FromDocumentValueConverterandFromDocumentValueConvertContextinstead.