Uses of Class
com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping.Builder
-
Packages that use TextFieldMapping.Builder Package Description com.atlassian.confluence.plugins.index.api.mapping -
-
Uses of TextFieldMapping.Builder in com.atlassian.confluence.plugins.index.api.mapping
Methods in com.atlassian.confluence.plugins.index.api.mapping that return TextFieldMapping.Builder Modifier and Type Method Description TextFieldMapping.Builder
TextFieldMapping.Builder. analyzer(AnalyzerDescriptorProvider analyzerProvider)
Specifies the analyzer to be used when indexing and searching the fieldstatic TextFieldMapping.Builder
TextFieldMapping. builder(String name)
TextFieldMapping.Builder
TextFieldMapping.Builder. store(boolean stored)
Constructors in com.atlassian.confluence.plugins.index.api.mapping with parameters of type TextFieldMapping.Builder Constructor Description TextFieldMapping(TextFieldMapping.Builder builder)
-