Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.analysis.impl.NormalizerDefinition
-
Packages that use NormalizerDefinition Package Description org.hibernate.search.backend.elasticsearch.analysis.model.impl org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl -
-
Uses of NormalizerDefinition in org.hibernate.search.backend.elasticsearch.analysis.model.impl
Methods in org.hibernate.search.backend.elasticsearch.analysis.model.impl that return types with arguments of type NormalizerDefinition Modifier and Type Method Description Map<String,NormalizerDefinition>ElasticsearchAnalysisDefinitionRegistry. getNormalizerDefinitions()Methods in org.hibernate.search.backend.elasticsearch.analysis.model.impl with parameters of type NormalizerDefinition Modifier and Type Method Description voidElasticsearchAnalysisDefinitionCollector. collect(String name, NormalizerDefinition definition)Collect a normalizer definition. -
Uses of NormalizerDefinition in org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl
Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl that return types with arguments of type NormalizerDefinition Modifier and Type Method Description Map<String,NormalizerDefinition>Analysis. getNormalizers()Method parameters in org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl with type arguments of type NormalizerDefinition Modifier and Type Method Description voidAnalysis. setNormalizers(Map<String,NormalizerDefinition> normalizers)
-