Uses of Interface
org.hibernate.search.engine.backend.analysis.AnalyzerDescriptor
Packages that use AnalyzerDescriptor
Package
Description
-
Uses of AnalyzerDescriptor in org.hibernate.search.engine.backend.analysis.spi
Methods in org.hibernate.search.engine.backend.analysis.spi that return types with arguments of type AnalyzerDescriptorModifier and TypeMethodDescriptionOptional<? extends AnalyzerDescriptor> AnalysisDescriptorRegistry.analyzerDescriptor(String name) Looks up the configured analyzers.Collection<? extends AnalyzerDescriptor> AnalysisDescriptorRegistry.analyzerDescriptors() -
Uses of AnalyzerDescriptor 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 AnalyzerDescriptorModifier and TypeMethodDescriptionOptional<? extends AnalyzerDescriptor> Collection<? extends AnalyzerDescriptor> AbstractIndexModel.analyzers() -
Uses of AnalyzerDescriptor in org.hibernate.search.engine.backend.metamodel
Methods in org.hibernate.search.engine.backend.metamodel that return types with arguments of type AnalyzerDescriptorModifier and TypeMethodDescriptionOptional<? extends AnalyzerDescriptor> Looks up the configured analyzers available to the index represented by this descriptor.Collection<? extends AnalyzerDescriptor> IndexDescriptor.analyzers()