com.atlassian.confluence.search.lucene
Class DocumentFieldName

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

public final class DocumentFieldName
extends 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 String ATTACHMENT_MIME_TYPE
           
static String ATTACHMENT_NICE_TYPE
          Stores a general type for multiple MIME types; multiple MIME types may map to one description, e.g.
static String ATTACHMENT_OWNER_CONTENT_TITLE
           
static String ATTACHMENT_OWNER_CONTENT_TYPE
          Stores the fully qualified class name of the content that owns the attachment
static String CONTENT_NAME_UNTOKENIZED
          An untokenized version of the title of a piece of content to enable sorting on it
static String CONTENT_VERSION
           
static String CREATION_DATE
           
static String DOCUMENT_TYPE
          Represents the document type.
static String LAST_MODIFICATION_DATE
           
static String LAST_MODIFIER_NAME
           
static String LATEST_VERSION_ID
           
static String SPACE_KEY
          Space key (a constant for the field name we use in our *.lucene.xml mappings)
static String SPACE_NAME
           
static String SPACE_TYPE
           
static String TITLE
           
 
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 String DOCUMENT_TYPE
Represents the document type.

See Also:
SearchResultType, Constant Field Values

SPACE_KEY

public static final 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 String SPACE_NAME
See Also:
Constant Field Values

SPACE_TYPE

public static final String SPACE_TYPE
See Also:
Constant Field Values

LATEST_VERSION_ID

public static final String LATEST_VERSION_ID
See Also:
Constant Field Values

ATTACHMENT_MIME_TYPE

public static final String ATTACHMENT_MIME_TYPE
See Also:
Constant Field Values

ATTACHMENT_NICE_TYPE

public static final 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 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 String ATTACHMENT_OWNER_CONTENT_TITLE
See Also:
Constant Field Values

LAST_MODIFIER_NAME

public static final String LAST_MODIFIER_NAME
See Also:
Constant Field Values

CREATION_DATE

public static final String CREATION_DATE
See Also:
Constant Field Values

LAST_MODIFICATION_DATE

public static final String LAST_MODIFICATION_DATE
See Also:
Constant Field Values

TITLE

public static final String TITLE
See Also:
Constant Field Values

CONTENT_VERSION

public static final String CONTENT_VERSION
See Also:
Constant Field Values

CONTENT_NAME_UNTOKENIZED

public static final 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


Copyright © 2003-2012 Atlassian. All Rights Reserved.