Class EntityDateExtractor
- java.lang.Object
-
- com.atlassian.confluence.search.lucene.extractor.EntityDateExtractor
-
- All Implemented Interfaces:
com.atlassian.bonnie.search.Extractor
@Deprecated public class EntityDateExtractor extends Object implements com.atlassian.bonnie.search.Extractor
Deprecated.since 7.16 byEntityDateExtractor
Extracts the creation and last modification dates.
-
-
Constructor Summary
Constructors Constructor Description EntityDateExtractor()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addFields(org.apache.lucene.document.Document document, StringBuffer defaultSearchableText, com.atlassian.bonnie.Searchable searchable)
Deprecated.
-
-
-
Method Detail
-
addFields
public void addFields(org.apache.lucene.document.Document document, StringBuffer defaultSearchableText, com.atlassian.bonnie.Searchable searchable)
Deprecated.- Specified by:
addFields
in interfacecom.atlassian.bonnie.search.Extractor
-
-