Uses of Class org.apache.lucene.search.Explanation

Uses in package org.apache.lucene.search

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
Scorer.explain(int doc)
Returns an explanation of the score for doc.
Explanation
Weight.explain(IndexReader reader, int doc)
An explanation of the score computation for the named document.
Explanation
IndexSearcher.explain(Query query, int doc)
Explanation
MultiSearcher.explain(Query query, int doc)
Explanation
RemoteSearchable.explain(Query query, int doc)
Returns an Explanation that describes how doc scored against query.
Explanation
Searchable.explain(Query query, int doc)
Returns an Explanation that describes how doc scored against query.
Explanation[]
The sub-nodes of this explanation node.

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.