Uses of Class
com.atlassian.confluence.plugins.index.api.mapping.TextFieldMapping
-
Packages that use TextFieldMapping Package Description com.atlassian.confluence.plugins.index.api com.atlassian.confluence.plugins.index.api.mapping com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of TextFieldMapping in com.atlassian.confluence.plugins.index.api
Constructors in com.atlassian.confluence.plugins.index.api with parameters of type TextFieldMapping Constructor Description TextFieldDescriptor(TextFieldMapping mapping, String value)Deprecated. -
Uses of TextFieldMapping in com.atlassian.confluence.plugins.index.api.mapping
Methods in com.atlassian.confluence.plugins.index.api.mapping that return TextFieldMapping Modifier and Type Method Description TextFieldMappingTextFieldMapping.Builder. build()Methods in com.atlassian.confluence.plugins.index.api.mapping with parameters of type TextFieldMapping Modifier and Type Method Description TFieldMappingVisitor. visit(TextFieldMapping mapping) -
Uses of TextFieldMapping in com.atlassian.confluence.search.v2
Fields in com.atlassian.confluence.search.v2 declared as TextFieldMapping Modifier and Type Field Description static TextFieldMappingSearchFieldMappings. ATTACHMENT_FILE_NAMEstatic TextFieldMappingSearchFieldMappings. ATTACHMENT_VERSION_COMMENTstatic TextFieldMappingSearchFieldMappings. CONTENTstatic TextFieldMappingSearchFieldMappings. CONTENT_NAME_UNSTEMMEDstatic TextFieldMappingSearchFieldMappings. EMAILstatic TextFieldMappingSearchFieldMappings. EXACT_FILENAMEstatic TextFieldMappingSearchFieldMappings. EXACT_TITLEstatic TextFieldMappingSearchFieldMappings. FULL_NAMEThe display name of the user.static TextFieldMappingSearchFieldMappings. INHERITED_LABEL_TEXTThe same as LABEL_TEXT, but for labels inherited from a containing object (i.e.static TextFieldMappingSearchFieldMappings. LABEL_TEXTThis field is assigned a value consisting of a space delimited list of all the publicly visible labels on a piece of content.static TextFieldMappingSearchFieldMappings. PARENT_TITLE_UNSTEMMEDstatic TextFieldMappingSearchFieldMappings. TITLEstatic TextFieldMappingSearchFieldMappings. USER_NAMEThe username as returned byEntity.getName().
-