| 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
Deprecated.
since 6.7 use boolean query with must wrapped query + should space key matching instead.
|
class |
PluggableBoostingStrategy
Deprecated.
5.9 use BoostingQueryFactory - This has moved to be an implementation detail of confluence-search plugin
|
| 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–2018 Atlassian. All rights reserved.