Method Explain
Explain(AtomicReaderContext, Int32)
An explanation of the score computation for the named document.
Declaration
public abstract Explanation Explain(AtomicReaderContext context, int doc)
Parameters
Type | Name | Description |
---|---|---|
AtomicReaderContext | context | The readers context to create the Explanation for. |
System.Int32 | doc | The document's id relative to the given context's reader |
Returns
Type | Description |
---|---|
Explanation | An Explanation for the score |