| Interface | Description |
|---|---|
| BoostingQueryFactory |
You should generally not be using this class directly, use the v2 SearchQuery, BoostingQuery,
to remain lucene agnostic.
|
| BoostingStrategy |
An implementation of this interface may be passed to
BoostingQuery to achieve an arbitrary per document score
boost. |
| Class | Description |
|---|---|
| BM25LSimilarity |
Extension of BM25 which shifts the term frequency normalization formula
to bosst scores of very long documents.
|
| BoostByModificationDateSearcherInitialisation | |
| BoostByModificationDateStrategy |
A
BoostingStrategy that boost the scores based on the modification date of scored document. |
| BoostingQuery | Deprecated
5.9 use the v2 SearchQuery implementation BoostingQuery, or if you must the BoostingQueryFactory
|
| BoostPreferredSpaceStrategy | Deprecated
since 6.7 use boolean query with must wrapped query + should space key matching instead.
|
| PluggableBoostingStrategy | Deprecated
5.9 use BoostingQueryFactory - This has moved to be an implementation detail of confluence-search plugin
|
Copyright © 2003–2019 Atlassian. All rights reserved.