Method Explain
Explain(Weight, Int32)
Expert: low-level implementation method
Returns an Explanation that describes how doc
scored against
weight
.
This is intended to be used in developing Similarity implementations, and, for good performance, should not be displayed with every hit. Computing an explanation is as expensive as executing the query over the entire index.
Applications should call Explain(Query, Int32).
Declaration
Explanation Explain(Weight weight, int doc)
Parameters
Type | Name | Description |
---|---|---|
Weight | weight | |
System.Int32 | doc |
Returns
Type | Description |
---|---|
Explanation |