| Frames | No Frames |
Classes derived from org.apache.lucene.search.Explanation | |
| class | Expert: Describes the score computation for document and query, andcan distinguish a match independent of a positive value. |
Methods with parameter type org.apache.lucene.search.Explanation | |
| void | Adds a sub-node to this explanation node. |
Methods with return type org.apache.lucene.search.Explanation | |
| Explanation | ConstantScoreQuery.ConstantScorer.explain(int doc) |
| Explanation | ReqExclScorer.explain(int doc) |
| Explanation | ReqOptSumScorer.explain(int doc) Explain the score of a document. |
| Explanation | Returns an explanation of the score for a document. |
| Explanation | |
| Explanation | An explanation of the score computation for the named document. |
| Explanation | Returns an Explanation that describes how doc scored against
query. |
| Explanation | Expert: low-level implementation method
Returns an Explanation that describes how doc scored against
weight. |
| Explanation | |
| Explanation | |
| Explanation | Expert: low-level implementation method
Returns an Explanation that describes how doc scored against
weight. |
| Explanation | Expert: low-level implementation method
Returns an Explanation that describes how doc scored against
weight. |
| Explanation[] | The sub-nodes of this explanation node. |