| 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. |
| Modifier and Type | Method and Description |
|---|---|
BoostingStrategy |
BoostingQueryFactory.getPluggableBoostingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.Query |
BoostingQueryFactory.createLuceneBoostingQuery(org.apache.lucene.search.Query query,
BoostingStrategy boostingStrategy)
Create a boosting query using the provided boosting strategy.
|
org.apache.lucene.search.Query |
BoostingQueryFactory.createLuceneBoostingQuery(org.apache.lucene.search.Query query,
SearchQueryParameters queryParameters,
BoostingStrategy boostingStrategy)
Create a boosting query using the provided boosting strategy that is aware of the searchQueryParameters
used to generate the query to wrap
|
| Constructor and Description |
|---|
BoostingQuery(org.apache.lucene.search.Query contextQuery,
SearchQueryParameters searchQueryParameters,
BoostingStrategy boostStrategy)
Deprecated.
|
Copyright © 2003–2016 Atlassian. All rights reserved.