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

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

Syntax

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

Parameters

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

Return Value

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

See Also