Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.analysis.impl.NormalizerDefinition
Packages that use NormalizerDefinition
Package
Description
-
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 NormalizerDefinitionModifier and TypeMethodDescriptionElasticsearchAnalysisDefinitionRegistry.getNormalizerDefinitions()Methods in org.hibernate.search.backend.elasticsearch.analysis.model.impl with parameters of type NormalizerDefinitionModifier and TypeMethodDescriptionvoidElasticsearchAnalysisDefinitionCollector.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 NormalizerDefinitionMethod parameters in org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl with type arguments of type NormalizerDefinitionModifier and TypeMethodDescriptionvoidAnalysis.setNormalizers(Map<String, NormalizerDefinition> normalizers)