com.atlassian.confluence.search.lucene.extractor
Class UserStatusExtractor
java.lang.Object
com.atlassian.confluence.search.lucene.extractor.UserStatusExtractor
- All Implemented Interfaces:
- Extractor
public class UserStatusExtractor
- extends Object
- implements Extractor
Adds a field called IN_SPACE_FIELD
to allow UserStatus
objects to be retrieved in searches.
For more details please see PermittedSpacesQueryMapper.convertToLuceneQuery(com.atlassian.confluence.search.v2.SearchQuery)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IN_SPACE_FIELD
public static final String IN_SPACE_FIELD
- See Also:
- Constant Field Values
CREATOR_FULLNAME_FIELD
public static final String CREATOR_FULLNAME_FIELD
- See Also:
- Constant Field Values
UserStatusExtractor
public UserStatusExtractor()
addFields
public void addFields(org.apache.lucene.document.Document document,
StringBuffer defaultSearchableText,
Searchable searchable)
- Specified by:
addFields
in interface Extractor