Modifier and Type | Method and Description |
---|---|
BoostingStrategy |
LuceneBoostingStrategyModuleDescriptor.getModule() |
Constructor and Description |
---|
LuceneContentNameScorer(com.atlassian.bonnie.ILuceneConnection luceneConnection,
ContentNameSearchPermissionsFilterFactory contentNameSearchPermissionsFilterFactory,
ContentNameArchivedSpacesFilter contentNameArchivedSpacesFilter,
BoostingStrategy boostStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
BoostByModificationDateStrategy
A
BoostingStrategy that boost the scores based on the modification date of scored document. |
class |
BoostPreferredSpaceStrategy
A
BoostingStrategy that boost the scores based on the space of scored document. |
class |
PluggableBoostingStrategy
Boosts the score for a given document using
BoostingStrategy
implementations provided by any plugin. |
Constructor and Description |
---|
BoostingQuery(org.apache.lucene.search.Query contextQuery,
SearchQueryParameters searchQueryParameters,
BoostingStrategy boostStrategy) |
Copyright © 2003–2016 Atlassian. All rights reserved.