com.atlassian.bonnie.search
Interface DocumentPostProcessor


public interface DocumentPostProcessor

Represents an object that can do post-processing on a lucene Document. An example would be to add document and/or field level boosting.


Method Summary
 void process(org.apache.lucene.document.Document document)
           
 

Method Detail

process

void process(org.apache.lucene.document.Document document)


Copyright © 2006-2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.