Uses of Interface
org.hibernate.search.engine.backend.session.spi.BackendSessionContext
-
-
Uses of BackendSessionContext in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch with parameters of type BackendSessionContext Modifier and Type Method Description Optional<ElasticsearchSearchQuerySelectStep<R,E,LOS>>ElasticsearchExtension. 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 BackendSessionContext Modifier and Type Method Description IndexIndexerIndexManagerBackendContext. createIndexer(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext)IndexIndexingPlanIndexManagerBackendContext. createIndexingPlan(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy)<H> ElasticsearchSearchQueryBuilder<H>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 BackendSessionContext Modifier and Type Method Description <P> ElasticsearchSearchQueryBuilder<P>ElasticsearchSearchIndexScopeImpl. 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 BackendSessionContext Constructor Description PredicateRequestContext(BackendSessionContext sessionContext) -
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 BackendSessionContext Modifier and Type Method Description protected BackendSessionContextElasticsearchSearchQuerySelectStepImpl. sessionContext()Constructors in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl with parameters of type BackendSessionContext Constructor Description ElasticsearchSearchQuerySelectStepImpl(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 BackendSessionContext Modifier and Type Method Description <H> ElasticsearchSearchQueryBuilder<H>SearchBackendContext. createSearchQueryBuilder(ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection)<P> ElasticsearchSearchQueryBuilder<P>ElasticsearchSearchQueryIndexScope. select(BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?> loadingContextBuilder, SearchProjection<P> projection)Constructors in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type BackendSessionContext Constructor Description ElasticsearchSearchQueryBuilder(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 BackendSessionContext Modifier and Type Method Description IndexIndexerWorkExecutionBackendContext. createIndexer(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext)IndexIndexingPlanWorkExecutionBackendContext. createIndexingPlan(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy)Constructors in org.hibernate.search.backend.elasticsearch.work.execution.impl with parameters of type BackendSessionContext Constructor Description ElasticsearchIndexIndexer(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 BackendSessionContext Modifier and Type Method Description Optional<LuceneSearchQuerySelectStep<R,E,LOS>>LuceneExtension. 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
-
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 BackendSessionContext Modifier and Type Method Description <P> LuceneSearchQueryBuilder<P>LuceneSearchIndexScopeImpl. select(BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?> loadingContextBuilder, SearchProjection<P> projection) -
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 BackendSessionContext Modifier and Type Method Description protected BackendSessionContextLuceneSearchQuerySelectStepImpl. sessionContext()Constructors in org.hibernate.search.backend.lucene.search.query.dsl.impl with parameters of type BackendSessionContext Constructor Description LuceneSearchQuerySelectStepImpl(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 BackendSessionContext Modifier and Type Method Description <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 BackendSessionContext Constructor Description LuceneSearchQueryBuilder(LuceneWorkFactory workFactory, LuceneSyncWorkOrchestrator queryOrchestrator, LuceneSearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?> loadingContextBuilder, LuceneSearchProjection<H> rootProjection, LuceneIdReader idReader) -
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 BackendSessionContext Modifier and Type Method Description IndexIndexerWorkExecutionBackendContext. createIndexer(WorkExecutionIndexManagerContext indexManagerContext, LuceneIndexEntryFactory indexEntryFactory, BackendSessionContext sessionContext)IndexIndexingPlanWorkExecutionBackendContext. 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 BackendSessionContext Constructor Description LuceneIndexIndexer(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 BackendSessionContext Modifier and Type Method Description IndexIndexerIndexManagerImplementor. createIndexer(BackendSessionContext sessionContext)IndexIndexingPlanIndexManagerImplementor. createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of BackendSessionContext in org.hibernate.search.engine.backend.session.spi
Methods in org.hibernate.search.engine.backend.session.spi with parameters of type BackendSessionContext Modifier and Type Method Description static DetachedBackendSessionContextDetachedBackendSessionContext. of(BackendSessionContext sessionContext)Deprecated. -
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 BackendSessionContext Modifier and Type Method Description Optional<T>FromDocumentFieldValueConvertContextExtension. extendOptional(FromDocumentFieldValueConvertContext original, BackendSessionContext sessionContext)Deprecated.Attempt to extend a given context, returning an emptyOptionalin case of failure.default Optional<T>FromDocumentFieldValueConvertContextExtension. extendOptional(FromDocumentValueConvertContext original, BackendSessionContext sessionContext)Deprecated.Optional<T>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 BackendSessionContext Constructor Description FromDocumentValueConvertContextImpl(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 BackendSessionContext Modifier and Type Method Description IndexIndexerMappedIndexManagerImpl. createIndexer(BackendSessionContext sessionContext)IndexIndexingPlanMappedIndexManagerImpl. 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 BackendSessionContext Modifier and Type Method Description IndexIndexerMappedIndexManager. createIndexer(BackendSessionContext sessionContext)IndexIndexingPlanMappedIndexManager. 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 BackendSessionContext Modifier and Type Method Description <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 BackendSessionContext Modifier and Type Method Description Optional<T>SearchQueryDslExtension. 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 BackendSessionContext Modifier and Type Method Description protected BackendSessionContextDefaultSearchQuerySelectStep. sessionContext()Constructors in org.hibernate.search.engine.search.query.dsl.impl with parameters of type BackendSessionContext Constructor Description DefaultSearchQuerySelectStep(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 BackendSessionContext Modifier and Type Method Description protected 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 BackendSessionContext Modifier and Type Method Description <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 BackendSessionContext Modifier and Type Method Description Optional<HibernateOrmSessionContext>HibernateOrmExtension. extendOptional(FromDocumentFieldValueConvertContext original, BackendSessionContext sessionContext)Deprecated.UseFromDocumentValueConverterandFromDocumentValueConvertContextinstead.Optional<HibernateOrmSessionContext>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.massindexing.impl
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.orm.massindexing.impl Modifier and Type Interface Description interfaceHibernateOrmMassIndexingSessionContext -
Uses of BackendSessionContext in org.hibernate.search.mapper.orm.scope.impl
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.orm.scope.impl Modifier and Type Interface Description interfaceHibernateOrmScopeSessionContext -
Uses of BackendSessionContext in org.hibernate.search.mapper.orm.session.impl
Classes in org.hibernate.search.mapper.orm.session.impl that implement BackendSessionContext Modifier and Type Class Description classHibernateOrmSearchSessionThe actual implementation ofSearchSession. -
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.massindexing.spi
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.pojo.massindexing.spi Modifier and Type Interface Description interfacePojoMassIndexingSessionContext -
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.scope.spi
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.pojo.scope.spi Modifier and Type Interface Description interfacePojoScopeSessionContext -
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.session.spi
Classes in org.hibernate.search.mapper.pojo.session.spi that implement BackendSessionContext Modifier and Type Class Description classAbstractPojoSearchSession -
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.work.spi
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.pojo.work.spi Modifier and Type Interface Description interfacePojoWorkSessionContextSession-scoped information and operations for use in POJO work execution.
-