Interface AnalyzerDescriptorProvider
-
- All Known Subinterfaces:
MappingAnalyzerDescriptor
- All Known Implementing Classes:
AnalyzerDescriptor
,ExactFilenameAnalyzerDescriptor
,KeywordAnalyzerDescriptor
,LanguageAnalyzerDescriptor
,StandardAnalyzerDescriptor
,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 aMappingAnalyzerDescriptor
that should be used to analyze text for a givenLanguageDescriptor
if it is defined.Designed for use at index-time via
TextFieldDescriptor
, query-time viaTextFieldQuery
and for configuring indexes when creating custom indexes throughCustomSearchIndexRegistry
- Since:
- 7.17
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<MappingAnalyzerDescriptor>
getAnalyzer(LanguageDescriptor language)
-
-
-
Method Detail
-
getAnalyzer
Optional<MappingAnalyzerDescriptor> getAnalyzer(LanguageDescriptor language)
-
-