|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Explanation | |
|---|---|
| org.apache.lucene.search | Table Of Contents |
| Uses of Explanation in org.apache.lucene.search |
|---|
| Subclasses of Explanation in org.apache.lucene.search | |
|---|---|
class |
ComplexExplanation
Expert: Describes the score computation for document and query, andcan distinguish a match independent of a positive value. |
| Methods in org.apache.lucene.search that return Explanation | |
|---|---|
Explanation |
ConstantScoreQuery.ConstantWeight.explain(IndexReader reader,
int doc)
|
Explanation |
Weight.explain(IndexReader reader,
int doc)
An explanation of the score computation for the named document. |
Explanation |
ConstantScoreQuery.ConstantScorer.explain(int doc)
|
Explanation |
ReqExclScorer.explain(int doc)
|
Explanation |
ReqOptSumScorer.explain(int doc)
Explain the score of a document. |
abstract Explanation |
Scorer.explain(int doc)
Returns an explanation of the score for a document. |
Explanation |
Searcher.explain(Query query,
int doc)
Returns an Explanation that describes how doc scored against
query. |
Explanation |
IndexSearcher.explain(Weight weight,
int doc)
|
Explanation |
MultiSearcher.explain(Weight weight,
int doc)
|
Explanation |
RemoteSearchable.explain(Weight weight,
int doc)
|
Explanation |
Searchable.explain(Weight weight,
int doc)
Expert: low-level implementation method Returns an Explanation that describes how doc scored against
weight. |
abstract Explanation |
Searcher.explain(Weight weight,
int doc)
|
Explanation[] |
Explanation.getDetails()
The sub-nodes of this explanation node. |
| Methods in org.apache.lucene.search with parameters of type Explanation | |
|---|---|
void |
Explanation.addDetail(Explanation detail)
Adds a sub-node to this explanation node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||