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 TextFieldMapping
TextFieldMapping.Builder. build()
Methods in com.atlassian.confluence.plugins.index.api.mapping with parameters of type TextFieldMapping Modifier and Type Method Description T
FieldMappingVisitor. 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 TextFieldMapping
SearchFieldMappings. ATTACHMENT_FILE_NAME
static TextFieldMapping
SearchFieldMappings. ATTACHMENT_VERSION_COMMENT
static TextFieldMapping
SearchFieldMappings. CONTENT
static TextFieldMapping
SearchFieldMappings. CONTENT_NAME_UNSTEMMED
static TextFieldMapping
SearchFieldMappings. CONTENT_STORED
Stored contentBody, only populated if its size is within 1MB limit (or as specified in "atlassian.indexing.contentbody.maxsize" system property).static TextFieldMapping
SearchFieldMappings. EMAIL
static TextFieldMapping
SearchFieldMappings. EXACT_CONTENT_BODY
static TextFieldMapping
SearchFieldMappings. EXACT_FILENAME
static TextFieldMapping
SearchFieldMappings. EXACT_TITLE
static TextFieldMapping
SearchFieldMappings. FULL_NAME
The display name of the user.static TextFieldMapping
SearchFieldMappings. INHERITED_LABEL_TEXT
The same as LABEL_TEXT, but for labels inherited from a containing object (i.e.static TextFieldMapping
SearchFieldMappings. LABEL_TEXT
This field is assigned a value consisting of a space delimited list of all the publicly visible labels on a piece of content.static TextFieldMapping
SearchFieldMappings. PARENT_TITLE_UNSTEMMED
static TextFieldMapping
SearchFieldMappings. TITLE
static TextFieldMapping
SearchFieldMappings. USER_NAME
The username as returned byEntity.getName()
.
-