com.atlassian.confluence.search.lucene.extractor
Class EntityDateExtractor
java.lang.Object
com.atlassian.confluence.search.lucene.extractor.EntityDateExtractor
- All Implemented Interfaces:
- Extractor
public class EntityDateExtractor
- extends Object
- implements Extractor
Extracts the creation and last modification dates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityDateExtractor
public EntityDateExtractor()
addFields
public void addFields(org.apache.lucene.document.Document document,
StringBuffer defaultSearchableText,
Searchable searchable)
- Specified by:
addFields
in interface Extractor