Interface AnalyzerDescriptorProvider

All Known Subinterfaces:
MappingAnalyzerDescriptor
All Known Implementing Classes:
ExactAnalyzerDescriptor, ExactFilenameAnalyzerDescriptor, FilenameAnalyzerDescriptor, KeywordAnalyzerDescriptor, LanguageAnalyzerDescriptor, StandardAnalyzerDescriptor, TwoGramAnalyzerDescriptor, UnstemmedAnalyzerDescriptor, WhitespaceAnalyzerDescriptor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@ExperimentalApi @FunctionalInterface public interface AnalyzerDescriptorProvider
Provides a MappingAnalyzerDescriptor that should be used to analyze text for a given LanguageDescriptor if it is defined.

Designed for use at index-time via TextFieldDescriptor, query-time via TextFieldQuery and for configuring indexes when creating custom indexes through CustomSearchIndexRegistry

Since:
7.17