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

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

public class AttachmentOwnerContentTypeExtractor
extends Object
implements com.atlassian.bonnie.search.Extractor

Extracts and indexes the classname of the content that owns an attachment.


Constructor Summary
AttachmentOwnerContentTypeExtractor()
           
 
Method Summary
 void addFields(org.apache.lucene.document.Document document, StringBuffer defaultContent, 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

AttachmentOwnerContentTypeExtractor

public AttachmentOwnerContentTypeExtractor()
Method Detail

addFields

public void addFields(org.apache.lucene.document.Document document,
                      StringBuffer defaultContent,
                      com.atlassian.bonnie.Searchable searchable)
Specified by:
addFields in interface com.atlassian.bonnie.search.Extractor


Copyright © 2003-2011 Atlassian. All Rights Reserved.