Uses of Interface
com.atlassian.confluence.search.v2.lucene.boosting.BoostingStrategy

Packages that use BoostingStrategy
com.atlassian.confluence.plugin.descriptor.search   
com.atlassian.confluence.search.contentnames.lucene   
com.atlassian.confluence.search.v2.lucene.boosting   
 

Uses of BoostingStrategy in com.atlassian.confluence.plugin.descriptor.search
 

Methods in com.atlassian.confluence.plugin.descriptor.search that return BoostingStrategy
 BoostingStrategy LuceneBoostingStrategyModuleDescriptor.getModule()
           
 

Uses of BoostingStrategy in com.atlassian.confluence.search.contentnames.lucene
 

Constructors in com.atlassian.confluence.search.contentnames.lucene with parameters of type BoostingStrategy
LuceneContentNameScorer(ILuceneConnection luceneConnection, ContentNameSearchPermissionsFilter contentNameSearchPermissionsFilter, BoostingStrategy boostStrategy)
           
 

Uses of BoostingStrategy in com.atlassian.confluence.search.v2.lucene.boosting
 

Classes in com.atlassian.confluence.search.v2.lucene.boosting that implement BoostingStrategy
 class BoostByModificationDateStrategy
          A BoostingStrategy that boost the scores based on the modification date of scored document.
 class PluggableBoostingStrategy
          Boosts the score for a given document using BoostingStrategy implementations provided by any plugin.
 

Constructors in com.atlassian.confluence.search.v2.lucene.boosting with parameters of type BoostingStrategy
BoostingQuery(Query contextQuery, SearchQueryParameters searchQueryParameters, BoostingStrategy boostStrategy)
           
 



Confluence is developed by Atlassian.