Class LuceneChangeExtractor.FieldName
- java.lang.Object
-
- com.atlassian.confluence.internal.index.lucene.LuceneChangeExtractor.FieldName
-
- Enclosing class:
- LuceneChangeExtractor
public static class LuceneChangeExtractor.FieldName extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHANGE_DOCUMENT_AND_AUTHOR_ID
static String
CHANGE_DOCUMENT_GROUP_ID
-
Constructor Summary
Constructors Constructor Description FieldName()
-
-
-
Field Detail
-
CHANGE_DOCUMENT_GROUP_ID
public static final String CHANGE_DOCUMENT_GROUP_ID
- See Also:
- Constant Field Values
-
CHANGE_DOCUMENT_AND_AUTHOR_ID
public static final String CHANGE_DOCUMENT_AND_AUTHOR_ID
- See Also:
- Constant Field Values
-
-