Uses of Interface
org.hibernate.search.engine.backend.mapping.spi.BackendMapperContext
-
-
Uses of BackendMapperContext in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type BackendMapperContext Constructor Description ElasticsearchIndexRootBuilder(ElasticsearchIndexFieldTypeFactoryProvider typeFactoryProvider, EventContext indexEventContext, BackendMapperContext backendMapperContext, IndexNames indexNames, String mappedTypeName, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, IndexSettings customIndexSettings, RootTypeMapping customIndexMapping, DynamicMapping dynamicMapping) -
Uses of BackendMapperContext in org.hibernate.search.backend.elasticsearch.types.dsl.impl
Constructors in org.hibernate.search.backend.elasticsearch.types.dsl.impl with parameters of type BackendMapperContext Constructor Description ElasticsearchIndexFieldTypeFactoryImpl(EventContext eventContext, BackendMapperContext backendMapperContext, com.google.gson.Gson userFacingGson, ElasticsearchDefaultFieldFormatProvider defaultFieldFormatProvider, IndexFieldTypeDefaultsProvider typeDefaultsProvider) -
Uses of BackendMapperContext in org.hibernate.search.backend.elasticsearch.types.dsl.provider.impl
Methods in org.hibernate.search.backend.elasticsearch.types.dsl.provider.impl with parameters of type BackendMapperContext Modifier and Type Method Description ElasticsearchIndexFieldTypeFactoryElasticsearch56IndexFieldTypeFactoryProvider. create(EventContext eventContext, BackendMapperContext backendMapperContext, IndexFieldTypeDefaultsProvider typeDefaultsProvider)ElasticsearchIndexFieldTypeFactoryElasticsearch7IndexFieldTypeFactoryProvider. create(EventContext eventContext, BackendMapperContext backendMapperContext, IndexFieldTypeDefaultsProvider typeDefaultsProvider)ElasticsearchIndexFieldTypeFactoryElasticsearchIndexFieldTypeFactoryProvider. create(EventContext eventContext, BackendMapperContext backendMapperContext, IndexFieldTypeDefaultsProvider defaultsProvider) -
Uses of BackendMapperContext in org.hibernate.search.backend.lucene.document.model.dsl.impl
Constructors in org.hibernate.search.backend.lucene.document.model.dsl.impl with parameters of type BackendMapperContext Constructor Description LuceneIndexRootBuilder(EventContext indexEventContext, BackendMapperContext backendMapperContext, String mappedTypeName, LuceneAnalysisDefinitionRegistry analysisDefinitionRegistry) -
Uses of BackendMapperContext in org.hibernate.search.backend.lucene.impl
Methods in org.hibernate.search.backend.lucene.impl with parameters of type BackendMapperContext Modifier and Type Method Description IndexManagerBuilderLuceneBackendImpl. createIndexManagerBuilder(String indexName, String mappedTypeName, BackendBuildContext context, BackendMapperContext backendMapperContext, ConfigurationPropertySource propertySource) -
Uses of BackendMapperContext in org.hibernate.search.backend.lucene.types.dsl.impl
Constructors in org.hibernate.search.backend.lucene.types.dsl.impl with parameters of type BackendMapperContext Constructor Description LuceneIndexFieldTypeFactoryImpl(EventContext eventContext, BackendMapperContext backendMapperContext, LuceneAnalysisDefinitionRegistry analysisDefinitionRegistry, IndexFieldTypeDefaultsProvider typeDefaultsProvider) -
Uses of BackendMapperContext in org.hibernate.search.engine.backend.spi
Methods in org.hibernate.search.engine.backend.spi with parameters of type BackendMapperContext Modifier and Type Method Description IndexManagerBuilderBackendImplementor. createIndexManagerBuilder(String indexName, String mappedTypeName, BackendBuildContext context, BackendMapperContext backendMapperContext, ConfigurationPropertySource propertySource) -
Uses of BackendMapperContext in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type BackendMapperContext Modifier and Type Method Description MappedIndexManagerBuilderMappedIndexManagerFactory. createMappedIndexManager(IndexedEntityBindingMapperContext mapperContext, BackendMapperContext backendMapperContext, Optional<String> backendName, String indexName, String mappedTypeName) -
Uses of BackendMapperContext in org.hibernate.search.mapper.orm.mapping.impl
Classes in org.hibernate.search.mapper.orm.mapping.impl that implement BackendMapperContext Modifier and Type Class Description classHibernateOrmMapperDelegate -
Uses of BackendMapperContext in org.hibernate.search.mapper.pojo.mapping.building.spi
Subinterfaces of BackendMapperContext in org.hibernate.search.mapper.pojo.mapping.building.spi Modifier and Type Interface Description interfacePojoMapperDelegate<MPBS>A delegate for the POJO mapper, exposing hooks so that mappers based on the POJO mapper can consume metadata.
-