package

com.atlassian.confluence.search.v2.lucene.boosting

Interfaces

BoostingStrategy An implementation of this interface may be passed to BoostingQuery to achieve an arbitrary per document score boost. 

Classes

BoostByModificationDateStrategy A BoostingStrategy that boost the scores based on the modification date of scored document. 
BoostingQuery This is a wrapping query, which takes a BoostingStrategy to boost scores for documents which match the underlying query. 
PluggableBoostingStrategy Boosts the score for a given document using BoostingStrategy implementations provided by any plugin.