com.atlassian.confluence.search.lucene.extractor
Class VersionCommentExtractor
java.lang.Object
com.atlassian.confluence.search.lucene.extractor.VersionCommentExtractor
- All Implemented Interfaces:
- Extractor
public class VersionCommentExtractor
- extends Object
- implements Extractor
Appends the version comment of a ContentEntityObject to its searchable text.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionCommentExtractor
public VersionCommentExtractor()
addFields
public void addFields(org.apache.lucene.document.Document document,
StringBuffer defaultSearchableText,
Searchable searchable)
- Specified by:
addFields
in interface Extractor