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.SearchWhen this method is used, the {@link #Next()}, {@link #SkipTo(int)} and {@link #Score(HitCollector)} methods should not be used.
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)"]