Interface MappingAnalyzerDescriptor
- All Superinterfaces:
AnalyzerDescriptorProvider
- All Known Implementing Classes:
ExactAnalyzerDescriptor
,ExactFilenameAnalyzerDescriptor
,FilenameAnalyzerDescriptor
,KeywordAnalyzerDescriptor
,StandardAnalyzerDescriptor
,TwoGramAnalyzerDescriptor
,UnstemmedAnalyzerDescriptor
,WhitespaceAnalyzerDescriptor
Lucene agnostic class for representing concrete, individual representations of Lucene
Analyzer
- Since:
- 7.17
-
Field Summary
Fields inherited from interface com.atlassian.confluence.plugins.index.api.AnalyzerDescriptorProvider
EMPTY
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<MappingAnalyzerDescriptor>
getAnalyzer
(LanguageDescriptor language)
-
Method Details
-
getAnalyzer
- Specified by:
getAnalyzer
in interfaceAnalyzerDescriptorProvider
-