Uses of Interface
org.hibernate.search.engine.backend.analysis.NormalizerDescriptor
Packages that use NormalizerDescriptor
Package
Description
-
Uses of NormalizerDescriptor in org.hibernate.search.backend.elasticsearch.analysis.impl
Classes in org.hibernate.search.backend.elasticsearch.analysis.impl that implement NormalizerDescriptor -
Uses of NormalizerDescriptor 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 NormalizerDescriptorModifier and TypeMethodDescriptionOptional<? extends NormalizerDescriptor>ElasticsearchAnalysisDefinitionRegistry.normalizerDescriptor(String name) Collection<? extends NormalizerDescriptor>ElasticsearchAnalysisDefinitionRegistry.normalizerDescriptors() -
Uses of NormalizerDescriptor in org.hibernate.search.backend.lucene.analysis.impl
Classes in org.hibernate.search.backend.lucene.analysis.impl that implement NormalizerDescriptor -
Uses of NormalizerDescriptor in org.hibernate.search.backend.lucene.analysis.model.impl
Methods in org.hibernate.search.backend.lucene.analysis.model.impl that return types with arguments of type NormalizerDescriptorModifier and TypeMethodDescriptionOptional<? extends NormalizerDescriptor>LuceneAnalysisDefinitionRegistry.normalizerDescriptor(String name) Collection<? extends NormalizerDescriptor>LuceneAnalysisDefinitionRegistry.normalizerDescriptors() -
Uses of NormalizerDescriptor in org.hibernate.search.engine.backend.analysis.spi
Methods in org.hibernate.search.engine.backend.analysis.spi that return types with arguments of type NormalizerDescriptorModifier and TypeMethodDescriptionOptional<? extends NormalizerDescriptor>AnalysisDescriptorRegistry.normalizerDescriptor(String name) Looks up the configured normalizers.Collection<? extends NormalizerDescriptor>AnalysisDescriptorRegistry.normalizerDescriptors() -
Uses of NormalizerDescriptor in org.hibernate.search.engine.backend.document.model.spi
Methods in org.hibernate.search.engine.backend.document.model.spi that return types with arguments of type NormalizerDescriptorModifier and TypeMethodDescriptionOptional<? extends NormalizerDescriptor>AbstractIndexModel.normalizer(String name) Collection<? extends NormalizerDescriptor>AbstractIndexModel.normalizers() -
Uses of NormalizerDescriptor in org.hibernate.search.engine.backend.metamodel
Methods in org.hibernate.search.engine.backend.metamodel that return types with arguments of type NormalizerDescriptorModifier and TypeMethodDescriptionOptional<? extends NormalizerDescriptor>IndexDescriptor.normalizer(String name) Looks up the configured normalizers available to the index represented by this descriptor.Collection<? extends NormalizerDescriptor>IndexDescriptor.normalizers()