com.atlassian.confluence.search.lucene.extractor
Class PersonalInformationExtractor
java.lang.Object
com.atlassian.confluence.search.lucene.extractor.PersonalInformationExtractor
- All Implemented Interfaces:
- com.atlassian.bonnie.search.Extractor
public class PersonalInformationExtractor
- extends java.lang.Object
- implements com.atlassian.bonnie.search.Extractor
Adds PersonalInformation specific fields
Method Summary |
void |
addFields(org.apache.lucene.document.Document document,
java.lang.StringBuffer defaultSearchableText,
com.atlassian.bonnie.Searchable searchable)
|
void |
setUserAccessor(UserAccessor userAccessor)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PERSONAL_INFO_START_NGRAMS_FIELD
public static final java.lang.String PERSONAL_INFO_START_NGRAMS_FIELD
- See Also:
- Constant Field Values
PERSONAL_INFO_NGRAMS_FIELD
public static final java.lang.String PERSONAL_INFO_NGRAMS_FIELD
- See Also:
- Constant Field Values
SPACE_GROUP_MEMBERSHIP
public static final java.lang.String SPACE_GROUP_MEMBERSHIP
- See Also:
- Constant Field Values
PersonalInformationExtractor
public PersonalInformationExtractor()
addFields
public void addFields(org.apache.lucene.document.Document document,
java.lang.StringBuffer defaultSearchableText,
com.atlassian.bonnie.Searchable searchable)
- Specified by:
addFields
in interface com.atlassian.bonnie.search.Extractor
setUserAccessor
public void setUserAccessor(UserAccessor userAccessor)
Copyright © 2003-2014 Atlassian. All Rights Reserved.