Uses of Class
com.atlassian.confluence.plugins.index.api.AnalyzerDescriptor
-
Packages that use AnalyzerDescriptor Package Description com.atlassian.confluence.plugins.index.api com.atlassian.confluence.search.v2.lucene.mapper -
-
Uses of AnalyzerDescriptor in com.atlassian.confluence.plugins.index.api
Methods in com.atlassian.confluence.plugins.index.api that return AnalyzerDescriptor Modifier and Type Method Description AnalyzerDescriptorAnalyzerDescriptor.Builder. build()Methods in com.atlassian.confluence.plugins.index.api with parameters of type AnalyzerDescriptor Modifier and Type Method Description LanguageAnalyzerDescriptor.BuilderLanguageAnalyzerDescriptor.Builder. analyzer(LanguageDescriptor language, AnalyzerDescriptor analyzer)static LanguageAnalyzerDescriptor.BuilderLanguageAnalyzerDescriptor. builder(AnalyzerDescriptor analyzer)Create a builder for language dependent analyzer with the given default analyzer. -
Uses of AnalyzerDescriptor in com.atlassian.confluence.search.v2.lucene.mapper
Methods in com.atlassian.confluence.search.v2.lucene.mapper with parameters of type AnalyzerDescriptor Modifier and Type Method Description org.apache.lucene.analysis.AnalyzerConfluenceLuceneAnalyzerMapper. map(AnalyzerDescriptor analyzerDescriptor)org.apache.lucene.analysis.AnalyzerLuceneAnalyzerMapper. map(AnalyzerDescriptor analyzerDescriptor)Deprecated.
-