Method Explain
Explain(IndexSearcher, Explanation, Int32)
Explains how the score for the specified document was computed.
Declaration
public abstract Explanation Explain(IndexSearcher searcher, Explanation firstPassExplanation, int docID)
Parameters
Type | Name | Description |
---|---|---|
IndexSearcher | searcher | |
Explanation | firstPassExplanation | |
System.Int32 | docID |
Returns
Type | Description |
---|---|
Explanation |