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.AnalyzerConfluenceLuceneAnalyzerMapper. map(MappingAnalyzerDescriptor mappingAnalyzerDescriptor)org.apache.lucene.analysis.AnalyzerLuceneAnalyzerMapper. map(MappingAnalyzerDescriptor mappingAnalyzerDescriptor)Constructor parameters in com.atlassian.confluence.impl.search.v2.mappers with type arguments of type MappingAnalyzerDescriptor Constructor Description ConfluenceLuceneAnalyzerMapper(Map<Class<? extends MappingAnalyzerDescriptor>,org.apache.lucene.analysis.Analyzer> additionalAnalyzerMap) - 
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 classAnalyzerDescriptorAn AnalyzerDescriptor is a combination of aTokenizerDescriptorand some (possibly no)CharFilterDescriptors andTokenFilterDescriptors that collectively describe how to analyse text into tokens.classExactAnalyzerDescriptorAnalyzer that supports exact matching.classExactFilenameAnalyzerDescriptorclassKeywordAnalyzerDescriptorclassStandardAnalyzerDescriptorclassUnstemmedAnalyzerDescriptorclassWhitespaceAnalyzerDescriptorMethods 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. 
 -