com.atlassian.confluence.search.lucene.postprocessor
Class ContentBoostPostProcessor
java.lang.Object
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.
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 |
ContentBoostPostProcessor
public ContentBoostPostProcessor()
process
public void process(org.apache.lucene.document.Document document)
- Specified by:
process
in interface DocumentPostProcessor