Uses of Interface
org.hibernate.search.engine.backend.mapping.spi.BackendMappingContext
-
-
Uses of BackendMappingContext in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type BackendMappingContext Modifier and Type Method Description ElasticsearchSearchQueryIndexScope<?>IndexManagerBackendContext. createSearchContext(BackendMappingContext mappingContext, Set<ElasticsearchIndexModel> indexModels) -
Uses of BackendMappingContext in org.hibernate.search.backend.elasticsearch.scope.impl
Constructors in org.hibernate.search.backend.elasticsearch.scope.impl with parameters of type BackendMappingContext Constructor Description ElasticsearchIndexScope(BackendMappingContext mappingContext, SearchBackendContext backendContext, Set<ElasticsearchIndexModel> indexModels) -
Uses of BackendMappingContext in org.hibernate.search.backend.elasticsearch.scope.model.impl
Constructors in org.hibernate.search.backend.elasticsearch.scope.model.impl with parameters of type BackendMappingContext Constructor Description ElasticsearchSearchIndexScopeImpl(BackendMappingContext mappingContext, SearchBackendContext backendContext, com.google.gson.Gson userFacingGson, ElasticsearchSearchSyntax searchSyntax, MultiTenancyStrategy multiTenancyStrategy, TimingSource timingSource, Set<ElasticsearchIndexModel> indexModels) -
Uses of BackendMappingContext in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type BackendMappingContext Modifier and Type Method Description ElasticsearchSearchQueryIndexScope<?>SearchBackendContext. createSearchContext(BackendMappingContext mappingContext, Set<ElasticsearchIndexModel> indexModels) -
Uses of BackendMappingContext in org.hibernate.search.backend.lucene.index.impl
Methods in org.hibernate.search.backend.lucene.index.impl with parameters of type BackendMappingContext Modifier and Type Method Description IndexScopeBuilderLuceneIndexManagerImpl. createScopeBuilder(BackendMappingContext mappingContext)LuceneSearchQueryIndexScope<?>IndexManagerBackendContext. createSearchContext(BackendMappingContext mappingContext, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts)IndexWorkspaceLuceneIndexManagerImpl. createWorkspace(BackendMappingContext mappingContext, Set<String> tenantIds) -
Uses of BackendMappingContext in org.hibernate.search.backend.lucene.scope.impl
Constructors in org.hibernate.search.backend.lucene.scope.impl with parameters of type BackendMappingContext Constructor Description LuceneIndexScopeImpl(SearchBackendContext backendContext, BackendMappingContext mappingContext, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts) -
Uses of BackendMappingContext in org.hibernate.search.backend.lucene.scope.model.impl
Constructors in org.hibernate.search.backend.lucene.scope.model.impl with parameters of type BackendMappingContext Constructor Description LuceneSearchIndexScopeImpl(BackendMappingContext mappingContext, SearchBackendContext backendContext, LuceneAnalysisDefinitionRegistry analysisDefinitionRegistry, MultiTenancyStrategy multiTenancyStrategy, TimingSource timingSource, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts) -
Uses of BackendMappingContext in org.hibernate.search.backend.lucene.search.query.impl
Methods in org.hibernate.search.backend.lucene.search.query.impl with parameters of type BackendMappingContext Modifier and Type Method Description LuceneSearchQueryIndexScope<?>SearchBackendContext. createSearchContext(BackendMappingContext mappingContext, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts) -
Uses of BackendMappingContext in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi with parameters of type BackendMappingContext Modifier and Type Method Description IndexScopeBuilderIndexManagerImplementor. createScopeBuilder(BackendMappingContext mappingContext)IndexWorkspaceIndexManagerImplementor. createWorkspace(BackendMappingContext mappingContext, Set<String> tenantId) -
Uses of BackendMappingContext in org.hibernate.search.engine.backend.scope.spi
Fields in org.hibernate.search.engine.backend.scope.spi declared as BackendMappingContext Modifier and Type Field Description protected BackendMappingContextAbstractSearchIndexScope. mappingContextMethods in org.hibernate.search.engine.backend.scope.spi that return BackendMappingContext Modifier and Type Method Description BackendMappingContextAbstractSearchIndexScope. mappingContext()Constructors in org.hibernate.search.engine.backend.scope.spi with parameters of type BackendMappingContext Constructor Description AbstractSearchIndexScope(BackendMappingContext mappingContext, Set<? extends M> indexModels) -
Uses of BackendMappingContext in org.hibernate.search.engine.backend.session.spi
Methods in org.hibernate.search.engine.backend.session.spi that return BackendMappingContext Modifier and Type Method Description BackendMappingContextBackendSessionContext. mappingContext()BackendMappingContextDetachedBackendSessionContext. mappingContext()Deprecated.Methods in org.hibernate.search.engine.backend.session.spi with parameters of type BackendMappingContext Modifier and Type Method Description static DetachedBackendSessionContextDetachedBackendSessionContext. of(BackendMappingContext mappingContext, String tenantIdentifier)Deprecated. -
Uses of BackendMappingContext in org.hibernate.search.engine.backend.types.converter.runtime
Methods in org.hibernate.search.engine.backend.types.converter.runtime with parameters of type BackendMappingContext Modifier and Type Method Description Optional<T>ToDocumentFieldValueConvertContextExtension. extendOptional(ToDocumentFieldValueConvertContext original, BackendMappingContext mappingContext)Deprecated.Attempt to extend a given context, returning an emptyOptionalin case of failure.default Optional<T>ToDocumentFieldValueConvertContextExtension. extendOptional(ToDocumentValueConvertContext original, BackendMappingContext mappingContext)Deprecated.Optional<T>ToDocumentValueConvertContextExtension. extendOptional(ToDocumentValueConvertContext original, BackendMappingContext mappingContext)Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of BackendMappingContext 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 BackendMappingContext Constructor Description ToDocumentValueConvertContextImpl(BackendMappingContext mappingContext) -
Uses of BackendMappingContext in org.hibernate.search.engine.mapper.mapping.impl
Methods in org.hibernate.search.engine.mapper.mapping.impl with parameters of type BackendMappingContext Modifier and Type Method Description <R,E>
MappedIndexScopeBuilder<R,E>MappedIndexManagerImpl. createScopeBuilder(BackendMappingContext mappingContext)IndexWorkspaceMappedIndexManagerImpl. createWorkspace(BackendMappingContext mappingContext, Set<String> tenantIds) -
Uses of BackendMappingContext in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type BackendMappingContext Modifier and Type Method Description <R,E>
MappedIndexScopeBuilder<R,E>MappedIndexManager. createScopeBuilder(BackendMappingContext mappingContext)IndexWorkspaceMappedIndexManager. createWorkspace(BackendMappingContext mappingContext, Set<String> tenantId) -
Uses of BackendMappingContext in org.hibernate.search.engine.mapper.scope.impl
Constructors in org.hibernate.search.engine.mapper.scope.impl with parameters of type BackendMappingContext Constructor Description MappedIndexScopeBuilderImpl(IndexManagerImplementor firstIndexManager, BackendMappingContext mappingContext) -
Uses of BackendMappingContext in org.hibernate.search.engine.search.common.spi
Methods in org.hibernate.search.engine.search.common.spi that return BackendMappingContext Modifier and Type Method Description BackendMappingContextSearchIndexScope. mappingContext() -
Uses of BackendMappingContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type BackendMappingContext Modifier and Type Method Description Optional<HibernateOrmMappingContext>HibernateOrmExtension. extendOptional(ToDocumentFieldValueConvertContext original, BackendMappingContext mappingContext)Deprecated.UseToDocumentFieldValueConverterandToDocumentFieldValueConvertContextinstead.Optional<HibernateOrmMappingContext>HibernateOrmExtension. extendOptional(ToDocumentValueConvertContext original, BackendMappingContext mappingContext)Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of BackendMappingContext in org.hibernate.search.mapper.orm.mapping.impl
Classes in org.hibernate.search.mapper.orm.mapping.impl that implement BackendMappingContext Modifier and Type Class Description classHibernateOrmMapping -
Uses of BackendMappingContext in org.hibernate.search.mapper.orm.massindexing.impl
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.orm.massindexing.impl Modifier and Type Interface Description interfaceHibernateOrmMassIndexingMappingContext -
Uses of BackendMappingContext in org.hibernate.search.mapper.orm.scope.impl
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.orm.scope.impl Modifier and Type Interface Description interfaceHibernateOrmScopeMappingContext -
Uses of BackendMappingContext in org.hibernate.search.mapper.orm.session.impl
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.orm.session.impl Modifier and Type Interface Description interfaceHibernateOrmSearchSessionMappingContext -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type BackendMappingContext Modifier and Type Method Description <R,E2>
MappedIndexScopeBuilder<R,E2>PojoIndexedTypeManager. createScopeBuilder(BackendMappingContext mappingContext)IndexWorkspacePojoIndexedTypeManager. createWorkspace(BackendMappingContext mappingContext, Set<String> tenantIds) -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.mapping.spi
Classes in org.hibernate.search.mapper.pojo.mapping.spi that implement BackendMappingContext Modifier and Type Class Description classAbstractPojoMappingImplementor<M> -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.massindexing.spi
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.pojo.massindexing.spi Modifier and Type Interface Description interfacePojoMassIndexingMappingContextContextual information about a search mapping. -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type BackendMappingContext Modifier and Type Method Description <R,E2>
MappedIndexScopeBuilder<R,E2>PojoScopeIndexedTypeContext. createScopeBuilder(BackendMappingContext mappingContext) -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.scope.spi
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.pojo.scope.spi Modifier and Type Interface Description interfacePojoScopeMappingContextMapping-scoped information and operations for use in POJO scopes. -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.session.spi
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.pojo.session.spi Modifier and Type Interface Description interfacePojoSearchSessionMappingContextMapping-scoped information and operations for use in POJO search sessions. -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl with parameters of type BackendMappingContext Modifier and Type Method Description IndexWorkspacePojoWorkIndexedTypeContext. createWorkspace(BackendMappingContext mappingContext, Set<String> tenantIds) -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.work.spi
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.pojo.work.spi Modifier and Type Interface Description interfacePojoWorkMappingContextMapping-scoped information and operations for use in POJO work execution.
-