com.atlassian.confluence.search.lucene.extractor
Class EntityDateExtractor

java.lang.Object
  extended by com.atlassian.confluence.search.lucene.extractor.EntityDateExtractor
All Implemented Interfaces:
com.atlassian.bonnie.search.Extractor

public class EntityDateExtractor
extends java.lang.Object
implements com.atlassian.bonnie.search.Extractor

Extracts the creation and last modification dates.


Constructor Summary
EntityDateExtractor()
           
 
Method Summary
 void addFields(org.apache.lucene.document.Document document, java.lang.StringBuffer defaultSearchableText, com.atlassian.bonnie.Searchable searchable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityDateExtractor

public EntityDateExtractor()
Method Detail

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


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.