Uses of Interface
org.hibernate.search.engine.backend.analysis.NormalizerDescriptor
Packages that use NormalizerDescriptor
Package
Description
-
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()