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