Uses of Interface
org.hibernate.search.engine.backend.analysis.AnalyzerDescriptor
Packages that use AnalyzerDescriptor
Package
Description
-
Uses of AnalyzerDescriptor in org.hibernate.search.backend.elasticsearch.analysis.impl
Classes in org.hibernate.search.backend.elasticsearch.analysis.impl that implement AnalyzerDescriptor -
Uses of AnalyzerDescriptor 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 AnalyzerDescriptorModifier and TypeMethodDescriptionOptional<? extends AnalyzerDescriptor>ElasticsearchAnalysisDefinitionRegistry.analyzerDescriptor(String name) Collection<? extends AnalyzerDescriptor>ElasticsearchAnalysisDefinitionRegistry.analyzerDescriptors() -
Uses of AnalyzerDescriptor in org.hibernate.search.backend.lucene.analysis.impl
Classes in org.hibernate.search.backend.lucene.analysis.impl that implement AnalyzerDescriptor -
Uses of AnalyzerDescriptor 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 AnalyzerDescriptorModifier and TypeMethodDescriptionOptional<? extends AnalyzerDescriptor>LuceneAnalysisDefinitionRegistry.analyzerDescriptor(String name) Collection<? extends AnalyzerDescriptor>LuceneAnalysisDefinitionRegistry.analyzerDescriptors() -
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()