Overload List

  NameDescription
Public methodCustomExplain(Int32, Explanation, Explanation) Obsolete.
Explain the custom 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}.
Public methodCustomExplain(Int32, Explanation, array<Explanation>[]()[][]) Obsolete.
Explain the custom 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 Also