Query that sets document score as a programmatic function of several (sub) scores:
- the score of its subQuery (any query)
- (optional) the score of its ValueSourceQuery (or queries).
For most simple/convenient use cases this query is likely to be a
{@link Lucene.Net.Search.Function.FieldScoreQuery FieldScoreQuery}
Subclasses can modify the computation by overriding {@link #getCustomScoreProvider}.
WARNING: The status of the Search.Function package is experimental.
The APIs introduced here might change in the future and will not be
supported anymore in such a case. Namespace: Lucene.Net.Search.FunctionAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
Inheritance Hierarchy
See Also