com.atlassian.confluence.search.lucene.postprocessor
Class ContentBoostPostProcessor

java.lang.Object
  extended by com.atlassian.confluence.search.lucene.postprocessor.ContentBoostPostProcessor
All Implemented Interfaces:
DocumentPostProcessor

public class ContentBoostPostProcessor
extends Object
implements DocumentPostProcessor

Encapsulates the search ranking/boosting strategy in Confluence.


Constructor Summary
ContentBoostPostProcessor()
           
 
Method Summary
 void process(org.apache.lucene.document.Document document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentBoostPostProcessor

public ContentBoostPostProcessor()
Method Detail

process

public void process(org.apache.lucene.document.Document document)
Specified by:
process in interface DocumentPostProcessor


Confluence is developed by Atlassian.