Class LowLevelIndexMetadataBuilder
java.lang.Object
org.hibernate.search.backend.elasticsearch.document.model.lowlevel.impl.LowLevelIndexMetadataBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionLowLevelIndexMetadataBuilder(GsonProvider gsonProvider, ElasticsearchIndexMetadataSyntax syntax, IndexNames indexNames) -
Method Summary
Modifier and TypeMethodDescriptionbuild()voidsetAnalysisDefinitionRegistry(ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry) voidsetCustomIndexSettings(IndexSettings customIndexSettings) voidsetCustomMapping(RootTypeMapping customMapping) voidsetMapping(RootTypeMapping mapping) voidsetPropertyMappingIndexSettingsContributor(PropertyMappingIndexSettingsContributor propertyMappingIndexSettingsContributor)
-
Constructor Details
-
LowLevelIndexMetadataBuilder
public LowLevelIndexMetadataBuilder(GsonProvider gsonProvider, ElasticsearchIndexMetadataSyntax syntax, IndexNames indexNames)
-
-
Method Details
-
setAnalysisDefinitionRegistry
public void setAnalysisDefinitionRegistry(ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry) -
setCustomIndexSettings
-
setPropertyMappingIndexSettingsContributor
public void setPropertyMappingIndexSettingsContributor(PropertyMappingIndexSettingsContributor propertyMappingIndexSettingsContributor) -
setMapping
-
setCustomMapping
-
build
-