Class SearchFieldNames
- java.lang.Object
-
- com.atlassian.confluence.search.v2.SearchFieldNames
-
@Deprecated public class SearchFieldNames extends Object
Deprecated.since 8.6. UseSearchFieldMappings
instead.A helper class that contains the known set of core available Strings.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ANONYMOUS_LAST_MODIFIER_ID
Deprecated.Constant to represent the value for an anonymous last modifier in the index.static String
ATTACHMENT_DOWNLOAD_PATH
Deprecated.static String
ATTACHMENT_FILE_EXTENSION
Deprecated.static String
ATTACHMENT_FILE_NAME
Deprecated.static String
ATTACHMENT_FILE_NAME_UNTOKENIZED
Deprecated.static String
ATTACHMENT_FILE_SIZE
Deprecated.static String
ATTACHMENT_MIME_TYPE
Deprecated.static String
ATTACHMENT_NICE_FILE_SIZE
Deprecated.static String
ATTACHMENT_NICE_TYPE
Deprecated.Stores a general type for multiple MIME types; multiple MIME types may map to one description, e.g.static String
ATTACHMENT_OWNER_CONTENT_TYPE
Deprecated.Stores the fully qualified class name of the content that owns the attachmentstatic String
ATTACHMENT_OWNER_ID
Deprecated.static String
ATTACHMENT_OWNER_REAL_TITLE
Deprecated.static String
ATTACHMENT_OWNER_TYPE
Deprecated.static String
ATTACHMENT_OWNER_URL_PATH
Deprecated.static String
ATTACHMENT_OWNER_USERNAME
Deprecated.static String
ATTACHMENT_VERSION_COMMENT
Deprecated.static String
CLASS_NAME
Deprecated.static String
CONTAINER_CONTENT_TYPE
Deprecated.static String
CONTENT
Deprecated.static String
CONTENT_NAME_UNSTEMMED
Deprecated.static String
CONTENT_NAME_UNTOKENIZED
Deprecated.An untokenized version of the title of a piece of content to enable sorting on itstatic String
CONTENT_PERMISSION_SETS
Deprecated.static String
CONTENT_PLUGIN_KEY
Deprecated.static String
CONTENT_STATUS
Deprecated.static String
CONTENT_STORED
Deprecated.static String
CONTENT_VERSION
Deprecated.static String
CREATION_DATE
Deprecated.static String
CREATOR
Deprecated.static String
DOCUMENT_TYPE
Deprecated.since 8.6.static String
EXACT_CONTENT_BODY
Deprecated.static String
EXACT_FILENAME
Deprecated.static String
EXACT_TITLE
Deprecated.static String
HANDLE
Deprecated.static String
HOME_PAGE
Deprecated.static String
IN_SPACE
Deprecated.static String
INHERITED_LABEL
Deprecated.The same as LABEL, but for labels inherited from a containing object (i.e.static String
INHERITED_LABEL_TEXT
Deprecated.The same as LABEL_TEXT, but for labels inherited from a containing object (i.e.static String
IS_DEACTIVATED_USER
Deprecated."true" if the User is deactivated/disabled, else "false".static String
IS_EXTERNALLY_DELETED_USER
Deprecated."true" if the User has been removed from the system via an External Directory, else "false".static String
IS_LICENSED_USER
Deprecated."true" if the User has a license to use the system, else "false".static String
IS_SHADOWED_USER
Deprecated."true" if the User is a shadowed user.static String
LABEL
Deprecated.Assigned multiple fields of namespaced labelsstatic String
LABEL_TEXT
Deprecated.This field is assigned a value consisting of a space delimited list of all the publicly visible labels on a piece of content.static String
LAST_MODIFICATION_DATE
Deprecated.static String
LAST_MODIFIER
Deprecated.static String
LAST_MODIFIERS
Deprecated.static String
LAST_UPDATE_DESCRIPTION
Deprecated.static String
LATEST_VERSION_ID
Deprecated.static String
MACRO_NAME
Deprecated.static String
MACRO_STORAGE_VERSION
Deprecated.static String
MENTION
Deprecated.static String
PAGE_DISPLAY_TITLE
Deprecated.static String
PAGE_URL_PATH
Deprecated.static String
PARENT_TITLE_UNSTEMMED
Deprecated.static String
PERSONAL_INFORMATION_EMAIL
Deprecated.static String
PERSONAL_INFORMATION_FULL_NAME
Deprecated.static String
PERSONAL_INFORMATION_FULL_NAME_UNTOKENIZED
Deprecated.static String
PERSONAL_INFORMATION_HAS_PERSONAL_SPACE
Deprecated.static String
PERSONAL_INFORMATION_USERNAME
Deprecated.static String
PROFILE_PICTURE_URL
Deprecated.Relative URL of the user's profile picture, as returned byProfilePictureInfo.getUriReference()
.static String
RETENTION_POLICY
Deprecated.static String
RETENTION_POLICY_DELETE_TRASH
Deprecated.static String
RETENTION_POLICY_DELETE_VERSION
Deprecated.static String
SPACE_DESCRIPTION_EMAIL
Deprecated.static String
SPACE_DESCRIPTION_USER_FULLNAME
Deprecated.static String
SPACE_DESCRIPTION_USER_FULLNAME_SORTABLE
Deprecated.static String
SPACE_DESCRIPTION_USER_NAME
Deprecated.static String
SPACE_KEY
Deprecated.Space key (a constant for the field name we use in our *.lucene.xml mappings)static String
SPACE_NAME
Deprecated.static String
SPACE_TYPE
Deprecated.static String
TITLE
Deprecated.static String
TYPE
Deprecated.static String
URL_PATH
Deprecated.static String
USER_FULLNAME
Deprecated.The display name of the user.static String
USER_KEY
Deprecated.The user key as returned byConfluenceUser.getKey()
.static String
USER_NAME
Deprecated.The username as returned byEntity.getName()
.static String
VERSION
Deprecated.
-
Constructor Summary
Constructors Constructor Description SearchFieldNames()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Set<String>
withDefaultValues()
Deprecated.Creates a set of Strings suitable for passing tosearchManager.search(ISearch, Set<String>)
that includes the handle field and the content version field, these fields whilst optional are required to use the convertToEntities method of SearchManager.
-
-
-
Field Detail
-
ANONYMOUS_LAST_MODIFIER_ID
public static final String ANONYMOUS_LAST_MODIFIER_ID
Deprecated.Constant to represent the value for an anonymous last modifier in the index. We want to record anonymous users, so we can remove change documents by them (also because you cannot use lucene to search for documents that don't have a field).- See Also:
- Constant Field Values
-
ATTACHMENT_DOWNLOAD_PATH
public static final String ATTACHMENT_DOWNLOAD_PATH
Deprecated.
-
ATTACHMENT_FILE_EXTENSION
public static final String ATTACHMENT_FILE_EXTENSION
Deprecated.
-
ATTACHMENT_FILE_NAME
public static final String ATTACHMENT_FILE_NAME
Deprecated.
-
ATTACHMENT_FILE_NAME_UNTOKENIZED
public static final String ATTACHMENT_FILE_NAME_UNTOKENIZED
Deprecated.
-
ATTACHMENT_FILE_SIZE
public static final String ATTACHMENT_FILE_SIZE
Deprecated.
-
ATTACHMENT_MIME_TYPE
public static final String ATTACHMENT_MIME_TYPE
Deprecated.
-
ATTACHMENT_NICE_FILE_SIZE
public static final String ATTACHMENT_NICE_FILE_SIZE
Deprecated.
-
ATTACHMENT_NICE_TYPE
public static final String ATTACHMENT_NICE_TYPE
Deprecated.Stores a general type for multiple MIME types; multiple MIME types may map to one description, e.g. "Image".
-
ATTACHMENT_OWNER_CONTENT_TYPE
public static final String ATTACHMENT_OWNER_CONTENT_TYPE
Deprecated.Stores the fully qualified class name of the content that owns the attachment
-
ATTACHMENT_OWNER_ID
public static final String ATTACHMENT_OWNER_ID
Deprecated.
-
ATTACHMENT_OWNER_REAL_TITLE
public static final String ATTACHMENT_OWNER_REAL_TITLE
Deprecated.
-
ATTACHMENT_OWNER_TYPE
public static final String ATTACHMENT_OWNER_TYPE
Deprecated.
-
ATTACHMENT_OWNER_URL_PATH
public static final String ATTACHMENT_OWNER_URL_PATH
Deprecated.
-
ATTACHMENT_OWNER_USERNAME
public static final String ATTACHMENT_OWNER_USERNAME
Deprecated.
-
ATTACHMENT_VERSION_COMMENT
public static final String ATTACHMENT_VERSION_COMMENT
Deprecated.
-
CLASS_NAME
public static final String CLASS_NAME
Deprecated.
-
CONTAINER_CONTENT_TYPE
public static final String CONTAINER_CONTENT_TYPE
Deprecated.
-
CONTENT
public static final String CONTENT
Deprecated.
-
CONTENT_STORED
public static final String CONTENT_STORED
Deprecated.
-
CONTENT_NAME_UNSTEMMED
public static final String CONTENT_NAME_UNSTEMMED
Deprecated.
-
EXACT_CONTENT_BODY
public static final String EXACT_CONTENT_BODY
Deprecated.
-
CONTENT_NAME_UNTOKENIZED
public static final String CONTENT_NAME_UNTOKENIZED
Deprecated.An untokenized version of the title of a piece of content to enable sorting on it
-
CONTENT_PERMISSION_SETS
public static final String CONTENT_PERMISSION_SETS
Deprecated.
-
CONTENT_PLUGIN_KEY
public static final String CONTENT_PLUGIN_KEY
Deprecated.
-
CONTENT_STATUS
public static final String CONTENT_STATUS
Deprecated.
-
CONTENT_VERSION
public static final String CONTENT_VERSION
Deprecated.
-
CREATION_DATE
public static final String CREATION_DATE
Deprecated.
-
CREATOR
public static final String CREATOR
Deprecated.
-
DOCUMENT_TYPE
@Deprecated public static final String DOCUMENT_TYPE
Deprecated.since 8.6. This field is redundant because CONTENT and CHANGE have been split to separate indexes.Represents the document type.- See Also:
SearchResultType
-
HANDLE
public static final String HANDLE
Deprecated.
-
HOME_PAGE
public static final String HOME_PAGE
Deprecated.
-
INHERITED_LABEL
public static final String INHERITED_LABEL
Deprecated.The same as LABEL, but for labels inherited from a containing object (i.e. comments will get the labels of the object they are commenting on).
-
INHERITED_LABEL_TEXT
public static final String INHERITED_LABEL_TEXT
Deprecated.The same as LABEL_TEXT, but for labels inherited from a containing object (i.e. comments will get the labels of the object they are commenting on).
-
IN_SPACE
public static final String IN_SPACE
Deprecated.
-
IS_DEACTIVATED_USER
public static final String IS_DEACTIVATED_USER
Deprecated."true" if the User is deactivated/disabled, else "false".
-
IS_EXTERNALLY_DELETED_USER
public static final String IS_EXTERNALLY_DELETED_USER
Deprecated."true" if the User has been removed from the system via an External Directory, else "false".
-
IS_LICENSED_USER
public static final String IS_LICENSED_USER
Deprecated."true" if the User has a license to use the system, else "false".
-
IS_SHADOWED_USER
public static final String IS_SHADOWED_USER
Deprecated."true" if the User is a shadowed user. The shadowed users come from multiple user directories. The primary user is the active user.
-
LABEL
public static final String LABEL
Deprecated.Assigned multiple fields of namespaced labels
-
LABEL_TEXT
public static final String LABEL_TEXT
Deprecated.This field is assigned a value consisting of a space delimited list of all the publicly visible labels on a piece of content.
-
LAST_MODIFICATION_DATE
public static final String LAST_MODIFICATION_DATE
Deprecated.
-
LAST_MODIFIER
public static final String LAST_MODIFIER
Deprecated.
-
LAST_MODIFIERS
public static final String LAST_MODIFIERS
Deprecated.
-
LAST_UPDATE_DESCRIPTION
public static final String LAST_UPDATE_DESCRIPTION
Deprecated.
-
LATEST_VERSION_ID
public static final String LATEST_VERSION_ID
Deprecated.
-
MENTION
public static final String MENTION
Deprecated.
-
MACRO_NAME
public static final String MACRO_NAME
Deprecated.
-
MACRO_STORAGE_VERSION
public static final String MACRO_STORAGE_VERSION
Deprecated.
-
PAGE_DISPLAY_TITLE
public static final String PAGE_DISPLAY_TITLE
Deprecated.
-
PAGE_URL_PATH
public static final String PAGE_URL_PATH
Deprecated.
-
PARENT_TITLE_UNSTEMMED
public static final String PARENT_TITLE_UNSTEMMED
Deprecated.
-
PERSONAL_INFORMATION_EMAIL
public static final String PERSONAL_INFORMATION_EMAIL
Deprecated.
-
PERSONAL_INFORMATION_FULL_NAME
public static final String PERSONAL_INFORMATION_FULL_NAME
Deprecated.
-
PERSONAL_INFORMATION_FULL_NAME_UNTOKENIZED
public static final String PERSONAL_INFORMATION_FULL_NAME_UNTOKENIZED
Deprecated.
-
PERSONAL_INFORMATION_HAS_PERSONAL_SPACE
public static final String PERSONAL_INFORMATION_HAS_PERSONAL_SPACE
Deprecated.
-
PERSONAL_INFORMATION_USERNAME
public static final String PERSONAL_INFORMATION_USERNAME
Deprecated.
-
PROFILE_PICTURE_URL
public static final String PROFILE_PICTURE_URL
Deprecated.Relative URL of the user's profile picture, as returned byProfilePictureInfo.getUriReference()
.
-
RETENTION_POLICY
public static final String RETENTION_POLICY
Deprecated.
-
RETENTION_POLICY_DELETE_TRASH
public static final String RETENTION_POLICY_DELETE_TRASH
Deprecated.
-
RETENTION_POLICY_DELETE_VERSION
public static final String RETENTION_POLICY_DELETE_VERSION
Deprecated.
-
SPACE_DESCRIPTION_EMAIL
public static final String SPACE_DESCRIPTION_EMAIL
Deprecated.
-
SPACE_DESCRIPTION_USER_FULLNAME
public static final String SPACE_DESCRIPTION_USER_FULLNAME
Deprecated.
-
SPACE_DESCRIPTION_USER_FULLNAME_SORTABLE
public static final String SPACE_DESCRIPTION_USER_FULLNAME_SORTABLE
Deprecated.
-
SPACE_DESCRIPTION_USER_NAME
public static final String SPACE_DESCRIPTION_USER_NAME
Deprecated.
-
SPACE_KEY
public static final String SPACE_KEY
Deprecated.Space key (a constant for the field name we use in our *.lucene.xml mappings)
-
SPACE_NAME
public static final String SPACE_NAME
Deprecated.
-
SPACE_TYPE
public static final String SPACE_TYPE
Deprecated.
-
TITLE
public static final String TITLE
Deprecated.
-
EXACT_TITLE
public static final String EXACT_TITLE
Deprecated.
-
EXACT_FILENAME
public static final String EXACT_FILENAME
Deprecated.
-
TYPE
public static final String TYPE
Deprecated.
-
URL_PATH
public static final String URL_PATH
Deprecated.
-
USER_KEY
public static final String USER_KEY
Deprecated.The user key as returned byConfluenceUser.getKey()
.
-
USER_NAME
public static final String USER_NAME
Deprecated.The username as returned byEntity.getName()
. @see PersonalInformation.lucene.xml
-
USER_FULLNAME
public static final String USER_FULLNAME
Deprecated.The display name of the user. @see PersonalInformation.lucene.xml
-
VERSION
public static final String VERSION
Deprecated.
-
-
Method Detail
-
withDefaultValues
public static Set<String> withDefaultValues()
Deprecated.Creates a set of Strings suitable for passing tosearchManager.search(ISearch, Set<String>)
that includes the handle field and the content version field, these fields whilst optional are required to use the convertToEntities method of SearchManager.- Since:
- 7.0.1
-
-