Uses of Interface
com.atlassian.confluence.plugins.index.api.MappingAnalyzerDescriptor
-
Packages that use MappingAnalyzerDescriptor Package Description com.atlassian.confluence.plugins.index.api com.atlassian.confluence.search.v2.lucene.mapper com.atlassian.confluence.search.v2.query -
-
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 analyzer is a combination of aTokenizerDescriptorand some (possibly no)CharFilterDescriptorandTokenFilterDescriptorthat collectively specifies how to break a text into token.classKeywordAnalyzerDescriptorclassStandardAnalyzerDescriptorclassWhitespaceAnalyzerDescriptorMethods 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.lucene.mapper
Methods in com.atlassian.confluence.search.v2.lucene.mapper with parameters of type MappingAnalyzerDescriptor Modifier and Type Method Description org.apache.lucene.analysis.AnalyzerConfluenceLuceneAnalyzerMapper. map(MappingAnalyzerDescriptor analyzerDescriptor)org.apache.lucene.analysis.AnalyzerLuceneAnalyzerMapper. map(MappingAnalyzerDescriptor mappingAnalyzerDescriptor)Deprecated. -
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.
-