|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.search.lucene.LabelExtractor
public class LabelExtractor
Extract label data from content entity objects.
Field Summary | |
---|---|
static String |
INHERITED_LABEL_FIELD
The same as LABEL_FIELD, but for labels inherited from a containing object (i.e. |
static String |
INHERITED_LABEL_TEXT_FIELD
The same as LABEL_TEXT_FIELD, but for labels inherited from a containing object (i.e. |
static String |
LABEL_FIELD
Assigned multiple fields of namespaced labels |
static String |
LABEL_TEXT_FIELD
This field is assigned a value consisting of a space delimited list of all the publicly visible labels on a piece of content |
Constructor Summary | |
---|---|
LabelExtractor()
|
Method Summary | |
---|---|
void |
addFields(org.apache.lucene.document.Document document,
StringBuffer defaultSearchableText,
com.atlassian.bonnie.Searchable searchable)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String LABEL_FIELD
public static final String LABEL_TEXT_FIELD
public static final String INHERITED_LABEL_FIELD
public static final String INHERITED_LABEL_TEXT_FIELD
Constructor Detail |
---|
public LabelExtractor()
Method Detail |
---|
public void addFields(org.apache.lucene.document.Document document, StringBuffer defaultSearchableText, com.atlassian.bonnie.Searchable searchable)
addFields
in interface com.atlassian.bonnie.search.Extractor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |