Method Explain
Explain(Int32, Explanation)
Explain the score for a single document
Declaration
public virtual Explanation Explain(int doc, Explanation freq)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc | document id within the inverted index segment |
Explanation | freq | Explanation of how the sloppy term frequency was computed |
Returns
Type | Description |
---|---|
Explanation | document's score |