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 |
A
BoostingStrategy that boost the scores based on the space of scored document. |
PluggableBoostingStrategy | Deprecated
5.9 use BoostingQueryFactory - This has moved to be an implementation detail of confluence-search plugin
|
Copyright © 2003–2016 Atlassian. All rights reserved.