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
Explanation
Gives and explanation for the score of a given document.
Explanation
Explanation
Explain the score of a document.
Explanation
Scorer.explain(int doc)
Returns an explanation of the score for a document.
Explanation
Explanation
Weight.explain(IndexReader reader, int doc)
An explanation of the score computation for the named document.
Explanation
RemoteSearchable.explain(Query query, int doc)
Explanation
Searchable.explain(Query query, int doc)
Explanation
Searcher.explain(Query query, int doc)
Returns an Explanation that describes how doc scored against query.
Explanation
IndexSearcher.explain(Weight weight, int doc)
Expert: low-level implementation method Returns an Explanation that describes how doc scored against weight.
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.
Explanation
Searcher.explain(Weight weight, int doc)
Expert: low-level implementation method Returns an Explanation that describes how doc scored against weight.
Explanation[]
The sub-nodes of this explanation node.

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