Uses of Class
gate.creole.annic.apache.lucene.search.Explanation

Packages that use Explanation
gate.creole.annic.apache.lucene.search Search over indices. 
 

Uses of Explanation in gate.creole.annic.apache.lucene.search
 

Methods in gate.creole.annic.apache.lucene.search that return Explanation
 Explanation BooleanQuery.BooleanWeight.explain(IndexReader reader, int doc)
           
 Explanation PhraseQuery.PhraseWeight.explain(IndexReader reader, int doc)
           
 Explanation TermQuery.TermWeight.explain(IndexReader reader, int doc)
           
 Explanation Weight.explain(IndexReader reader, int doc)
          An explanation of the score computation for the named document.
 Explanation BooleanScorer.explain(int doc)
           
 Explanation ConjunctionScorer.explain(int doc)
           
 Explanation PhraseScorer.explain(int doc)
           
abstract  Explanation Scorer.explain(int doc)
          Returns an explanation of the score for doc.
 Explanation TermScorer.explain(int doc)
           
 Explanation IndexSearcher.explain(Query query, int doc)
           
 Explanation Searchable.explain(Query query, int doc)
          Returns an Explanation that describes how doc scored against query.
 Explanation[] Explanation.getDetails()
          The sub-nodes of this explanation node.
 

Methods in gate.creole.annic.apache.lucene.search with parameters of type Explanation
 void Explanation.addDetail(Explanation detail)
          Adds a sub-node to this explanation node.