Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl.RootTypeMapping
Packages that use RootTypeMapping
Package
Description
-
Uses of RootTypeMapping in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type RootTypeMappingModifier and TypeMethodDescriptionvoidIndexSchemaRootContributor.contribute(RootTypeMapping rootTypeMapping) Constructors in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type RootTypeMappingModifierConstructorDescriptionElasticsearchIndexRootBuilder(ElasticsearchIndexFieldTypeFactoryProvider typeFactoryProvider, EventContext indexEventContext, BackendMapperContext backendMapperContext, String hibernateSearchIndexName, String mappedTypeName, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, IndexSettings customIndexSettings, RootTypeMapping customIndexMapping, DynamicMapping dynamicMapping) -
Uses of RootTypeMapping in org.hibernate.search.backend.elasticsearch.document.model.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type RootTypeMappingModifierConstructorDescriptionElasticsearchIndexModel(String hibernateSearchIndexName, String mappedTypeName, IndexIdentifier identifier, ElasticsearchIndexRoot rootNode, Map<String, ElasticsearchIndexField> staticFields, List<AbstractElasticsearchIndexFieldTemplate<?>> fieldTemplates, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, PropertyMappingIndexSettingsContributor propertyMappingIndexSettingsContributor, IndexSettings customIndexSettings, RootTypeMapping mapping, RootTypeMapping customMapping) -
Uses of RootTypeMapping in org.hibernate.search.backend.elasticsearch.document.model.lowlevel.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.lowlevel.impl with parameters of type RootTypeMappingModifier and TypeMethodDescriptionvoidLowLevelIndexMetadataBuilder.setCustomMapping(RootTypeMapping customMapping) voidLowLevelIndexMetadataBuilder.setMapping(RootTypeMapping mapping) -
Uses of RootTypeMapping in org.hibernate.search.backend.elasticsearch.lowlevel.index.impl
Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.impl that return RootTypeMappingMethods in org.hibernate.search.backend.elasticsearch.lowlevel.index.impl with parameters of type RootTypeMapping -
Uses of RootTypeMapping in org.hibernate.search.backend.elasticsearch.validation.impl
Methods in org.hibernate.search.backend.elasticsearch.validation.impl with parameters of type RootTypeMappingModifier and TypeMethodDescriptionvoidRootTypeMappingValidator.validate(ValidationErrorCollector errorCollector, RootTypeMapping expectedMapping, RootTypeMapping actualMapping) -
Uses of RootTypeMapping in org.hibernate.search.backend.elasticsearch.work.factory.impl
Methods in org.hibernate.search.backend.elasticsearch.work.factory.impl with parameters of type RootTypeMappingModifier and TypeMethodDescriptionElasticsearch7WorkFactory.putIndexTypeMapping(URLEncodedString indexName, RootTypeMapping mapping) ElasticsearchWorkFactory.putIndexTypeMapping(URLEncodedString indexName, RootTypeMapping mapping) -
Uses of RootTypeMapping in org.hibernate.search.backend.elasticsearch.work.impl
Methods in org.hibernate.search.backend.elasticsearch.work.impl with parameters of type RootTypeMappingModifier and TypeMethodDescriptionstatic PutIndexMappingWork.BuilderPutIndexMappingWork.Builder.create(GsonProvider gsonProvider, URLEncodedString indexName, RootTypeMapping typeMapping) CreateIndexWork.Builder.mapping(RootTypeMapping mapping)