|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.search.lucene.DocumentFieldName
public final class DocumentFieldName
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 |
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
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DOCUMENT_TYPE
SearchResultType
,
Constant Field Valuespublic static final java.lang.String SPACE_KEY
public static final java.lang.String SPACE_NAME
public static final java.lang.String SPACE_TYPE
public static final java.lang.String LATEST_VERSION_ID
public static final java.lang.String ATTACHMENT_MIME_TYPE
public static final java.lang.String ATTACHMENT_NICE_TYPE
public static final java.lang.String ATTACHMENT_OWNER_CONTENT_TYPE
public static final java.lang.String ATTACHMENT_OWNER_CONTENT_TITLE
public static final java.lang.String LAST_MODIFIER_NAME
public static final java.lang.String CREATION_DATE
public static final java.lang.String LAST_MODIFICATION_DATE
public static final java.lang.String TITLE
public static final java.lang.String CONTENT_VERSION
public static final java.lang.String CONTENT_NAME_UNTOKENIZED
public static final java.lang.String IS_DEACTIVATED_USER
public static final java.lang.String IS_EXTERNALLY_DELETED_USER
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |