Interface AnalyzerDescriptorProvider
- All Known Subinterfaces:
MappingAnalyzerDescriptor
- All Known Implementing Classes:
ExactAnalyzerDescriptor
,ExactFilenameAnalyzerDescriptor
,ExactQueryAnalyzerDescriptor
,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.
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
-
Field Summary
Fields -
Method Summary
-
Field Details
-
EMPTY
-
-
Method Details
-
getAnalyzer
-