Returns an explanation of the score for a document.
When this method is used, the {@link #Next()} method and the {@link #Score(HitCollector)} method should not be used.

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public override Explanation Explain(
	int doc
)
Visual Basic
Public Overrides Function Explain ( _
	doc As Integer _
) As Explanation
Visual C++
public:
virtual Explanation^ Explain(
	int doc
) override

Parameters

doc
Type: System..::..Int32
The document number for the explanation.

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.TermScorer.Explain(System.Int32)"]

See Also