Frames | No Frames |
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 | DisjunctionSumScorer.explain(int doc) Gives and explanation for the score of a given document. |
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 | |
Explanation | |
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. |