Apache Lucene.Net 2.4.0 Class Library API

CustomScoreQuery.CustomExplain Method

Explain the custom score. Whenever overriding {@link #CustomScore(int, float, float)}, this method should also be overridden to provide the correct explanation for the part of the custom scoring.

Overload List

Explain the custom score. Whenever overriding {@link #CustomScore(int, float, float)}, this method should also be overridden to provide the correct explanation for the part of the custom scoring.

public virtual Explanation CustomExplain(int,Explanation,Explanation);

Explain the custom score. Whenever overriding {@link #CustomScore(int, float, float[])}, this method should also be overridden to provide the correct explanation for the part of the custom scoring.

public virtual Explanation CustomExplain(int,Explanation,Explanation[]);

See Also

CustomScoreQuery Class | Lucene.Net.Search.Function Namespace