|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Explanation | |
---|---|
org.apache.lucene.search | Search over indices. |
Uses of Explanation in org.apache.lucene.search |
---|
Methods in org.apache.lucene.search that return Explanation | |
---|---|
Explanation |
Weight.explain(IndexReader reader,
int doc)
An explanation of the score computation for the named document. |
abstract Explanation |
Scorer.explain(int doc)
Returns an explanation of the score for doc . |
Explanation |
Searchable.explain(Query query,
int doc)
Returns an Explanation that describes how doc scored against
query . |
Explanation |
RemoteSearchable.explain(Query query,
int doc)
|
Explanation |
MultiSearcher.explain(Query query,
int doc)
|
Explanation |
IndexSearcher.explain(Query query,
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 |