Overload List
Name | Description | |
---|---|---|
CustomScore(Int32, Single, Single) | Obsolete. Compute a custom score by the subQuery score and the ValueSourceQuery score.
The doc is relative to the current reader, which is
unknown to CustomScoreQuery when using per-segment search (since Lucene 2.9).
Please override {@link #getCustomScoreProvider} and return a subclass
of {@link CustomScoreProvider} for the given {@link IndexReader}.
@see CustomScoreProvider#customScore(int,float,float)
| |
CustomScore(Int32, Single, array<Single>[]()[][]) | Obsolete.
Compute a custom score by the subQuery score and a number of
ValueSourceQuery scores.
The doc is relative to the current reader, which is
unknown to CustomScoreQuery when using per-segment search (since Lucene 2.9).
Please override {@link #getCustomScoreProvider} and return a subclass
of {@link CustomScoreProvider} for the given {@link IndexReader}.
see CustomScoreProvider#customScore(int,float,float[])
|