Uses of Class
com.atlassian.confluence.plugins.index.api.AnalyzerDescriptor
-
Packages that use AnalyzerDescriptor Package Description com.atlassian.confluence.plugins.index.api -
-
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 AnalyzerDescriptor
AnalyzerDescriptor.Builder. build()
Methods in com.atlassian.confluence.plugins.index.api with parameters of type AnalyzerDescriptor Modifier and Type Method Description LanguageAnalyzerDescriptor.Builder
LanguageAnalyzerDescriptor.Builder. analyzer(LanguageDescriptor language, AnalyzerDescriptor analyzer)
static LanguageAnalyzerDescriptor.Builder
LanguageAnalyzerDescriptor. builder(AnalyzerDescriptor analyzer)
Create a builder for language dependent analyzer with the given default analyzer.
-