| Package | Description |
|---|---|
| gate.creole.annic.apache.lucene.search |
| Modifier and Type | Method and Description |
|---|---|
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 |
IndexSearcher.explain(Query query,
int doc) |
Explanation[] |
Explanation.getDetails()
The sub-nodes of this explanation node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Explanation.addDetail(Explanation detail)
Adds a sub-node to this explanation node.
|
Copyright © 2024 GATE. All rights reserved.