Uses of Interface
com.atlassian.confluence.plugins.index.api.MappingAnalyzerDescriptor
-
Packages that use MappingAnalyzerDescriptor Package Description com.atlassian.confluence.impl.search.v2.mappers com.atlassian.confluence.plugins.index.api com.atlassian.confluence.search.v2.query -
-
Uses of MappingAnalyzerDescriptor in com.atlassian.confluence.impl.search.v2.mappers
Methods in com.atlassian.confluence.impl.search.v2.mappers with parameters of type MappingAnalyzerDescriptor Modifier and Type Method Description org.apache.lucene.analysis.Analyzer
ConfluenceLuceneAnalyzerMapper. map(MappingAnalyzerDescriptor mappingAnalyzerDescriptor)
org.apache.lucene.analysis.Analyzer
LuceneAnalyzerMapper. map(MappingAnalyzerDescriptor mappingAnalyzerDescriptor)
-
Uses of MappingAnalyzerDescriptor in com.atlassian.confluence.plugins.index.api
Classes in com.atlassian.confluence.plugins.index.api that implement MappingAnalyzerDescriptor Modifier and Type Class Description class
AnalyzerDescriptor
An AnalyzerDescriptor is a combination of aTokenizerDescriptor
and some (possibly no)CharFilterDescriptor
s andTokenFilterDescriptor
s that collectively describe how to analyse text into tokens.class
ExactFilenameAnalyzerDescriptor
class
KeywordAnalyzerDescriptor
class
StandardAnalyzerDescriptor
class
WhitespaceAnalyzerDescriptor
Methods in com.atlassian.confluence.plugins.index.api that return types with arguments of type MappingAnalyzerDescriptor Modifier and Type Method Description Optional<MappingAnalyzerDescriptor>
AnalyzerDescriptorProvider. getAnalyzer(LanguageDescriptor language)
Optional<MappingAnalyzerDescriptor>
LanguageAnalyzerDescriptor. getAnalyzer(LanguageDescriptor language)
default Optional<MappingAnalyzerDescriptor>
MappingAnalyzerDescriptor. getAnalyzer(LanguageDescriptor language)
-
Uses of MappingAnalyzerDescriptor in com.atlassian.confluence.search.v2.query
Methods in com.atlassian.confluence.search.v2.query that return types with arguments of type MappingAnalyzerDescriptor Modifier and Type Method Description Optional<MappingAnalyzerDescriptor>
TextFieldQuery. getAnalyzer(LanguageDescriptor language)
Returns information required to construct analyzer for the query if it is available.
-