Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl.PropertyMappingIndexSettingsContributor
Packages that use PropertyMappingIndexSettingsContributor
Package
Description
-
Uses of PropertyMappingIndexSettingsContributor in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl that return PropertyMappingIndexSettingsContributorModifier and TypeMethodDescriptionElasticsearchIndexNodeCollector.propertyMappingIndexSettingsContributor() -
Uses of PropertyMappingIndexSettingsContributor in org.hibernate.search.backend.elasticsearch.document.model.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type PropertyMappingIndexSettingsContributorModifierConstructorDescriptionElasticsearchIndexModel(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 PropertyMappingIndexSettingsContributor 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 PropertyMappingIndexSettingsContributorModifier and TypeMethodDescriptionvoidLowLevelIndexMetadataBuilder.setPropertyMappingIndexSettingsContributor(PropertyMappingIndexSettingsContributor propertyMappingIndexSettingsContributor) -
Uses of PropertyMappingIndexSettingsContributor in org.hibernate.search.backend.elasticsearch.types.impl
Methods in org.hibernate.search.backend.elasticsearch.types.impl that return types with arguments of type PropertyMappingIndexSettingsContributorMethod parameters in org.hibernate.search.backend.elasticsearch.types.impl with type arguments of type PropertyMappingIndexSettingsContributorModifier and TypeMethodDescriptionvoidElasticsearchIndexValueFieldType.Builder.contributeAdditionalIndexSettings(Consumer<PropertyMappingIndexSettingsContributor> indexSettingsContributor)