com.atlassian.confluence.search.lucene
Class DocumentFieldName

java.lang.Object
  extended by com.atlassian.confluence.search.lucene.DocumentFieldName

public final class DocumentFieldName
extends java.lang.Object

Class to contain the field names for Confluence lucene documents.

Ideally we want to move towards moving field names out of bonnie and core extractors into this class so we have a central place for them.


Field Summary
static java.lang.String ATTACHMENT_MIME_TYPE
           
static java.lang.String ATTACHMENT_NICE_TYPE
          Stores a general type for multiple MIME types; multiple MIME types may map to one description, e.g.
static java.lang.String ATTACHMENT_OWNER_CONTENT_TITLE
           
static java.lang.String ATTACHMENT_OWNER_CONTENT_TYPE
          Stores the fully qualified class name of the content that owns the attachment
static java.lang.String CONTENT_NAME_UNTOKENIZED
          An untokenized version of the title of a piece of content to enable sorting on it
static java.lang.String CONTENT_VERSION
           
static java.lang.String CREATION_DATE
           
static java.lang.String DOCUMENT_TYPE
          Represents the document type.
static java.lang.String IS_DEACTIVATED_USER
          "true" if the User is deactivated/disabled, else "false".
static java.lang.String IS_EXTERNALLY_DELETED_USER
          "true" if the User has been removed from the system via an External Directory, else "false".
static java.lang.String LAST_MODIFICATION_DATE
           
static java.lang.String LAST_MODIFIER_NAME
           
static java.lang.String LATEST_VERSION_ID
           
static java.lang.String PROFILE_PICTURE_URL
          Relative URL of the user's profile picture, as returned by ProfilePictureInfo.getDownloadPath().
static java.lang.String SPACE_KEY
          Space key (a constant for the field name we use in our *.lucene.xml mappings)
static java.lang.String SPACE_NAME
           
static java.lang.String SPACE_TYPE
           
static java.lang.String TITLE
           
static java.lang.String USER_KEY
          The user key as returned by ConfluenceUser.getKey().
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOCUMENT_TYPE

public static final java.lang.String DOCUMENT_TYPE
Represents the document type.

See Also:
SearchResultType, Constant Field Values

SPACE_KEY

public static final java.lang.String SPACE_KEY
Space key (a constant for the field name we use in our *.lucene.xml mappings)

See Also:
Constant Field Values

SPACE_NAME

public static final java.lang.String SPACE_NAME
See Also:
Constant Field Values

SPACE_TYPE

public static final java.lang.String SPACE_TYPE
See Also:
Constant Field Values

LATEST_VERSION_ID

public static final java.lang.String LATEST_VERSION_ID
See Also:
Constant Field Values

ATTACHMENT_MIME_TYPE

public static final java.lang.String ATTACHMENT_MIME_TYPE
See Also:
Constant Field Values

ATTACHMENT_NICE_TYPE

public static final java.lang.String ATTACHMENT_NICE_TYPE
Stores a general type for multiple MIME types; multiple MIME types may map to one description, e.g. "Image".

See Also:
Constant Field Values

ATTACHMENT_OWNER_CONTENT_TYPE

public static final java.lang.String ATTACHMENT_OWNER_CONTENT_TYPE
Stores the fully qualified class name of the content that owns the attachment

See Also:
Constant Field Values

ATTACHMENT_OWNER_CONTENT_TITLE

public static final java.lang.String ATTACHMENT_OWNER_CONTENT_TITLE
See Also:
Constant Field Values

LAST_MODIFIER_NAME

public static final java.lang.String LAST_MODIFIER_NAME
See Also:
Constant Field Values

CREATION_DATE

public static final java.lang.String CREATION_DATE
See Also:
Constant Field Values

LAST_MODIFICATION_DATE

public static final java.lang.String LAST_MODIFICATION_DATE
See Also:
Constant Field Values

TITLE

public static final java.lang.String TITLE
See Also:
Constant Field Values

CONTENT_VERSION

public static final java.lang.String CONTENT_VERSION
See Also:
Constant Field Values

CONTENT_NAME_UNTOKENIZED

public static final java.lang.String CONTENT_NAME_UNTOKENIZED
An untokenized version of the title of a piece of content to enable sorting on it

See Also:
Constant Field Values

IS_DEACTIVATED_USER

public static final java.lang.String IS_DEACTIVATED_USER
"true" if the User is deactivated/disabled, else "false".

See Also:
Constant Field Values

IS_EXTERNALLY_DELETED_USER

public static final java.lang.String IS_EXTERNALLY_DELETED_USER
"true" if the User has been removed from the system via an External Directory, else "false".

See Also:
Constant Field Values

PROFILE_PICTURE_URL

public static final java.lang.String PROFILE_PICTURE_URL
Relative URL of the user's profile picture, as returned by ProfilePictureInfo.getDownloadPath().

See Also:
Constant Field Values

USER_KEY

public static final java.lang.String USER_KEY
The user key as returned by ConfluenceUser.getKey().

See Also:
Constant Field Values


Copyright © 2003-2014 Atlassian. All Rights Reserved.