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

Packages that use Explanation.IDFExplanation
org.apache.lucene.search Code to search indices. 
 

Uses of Explanation.IDFExplanation in org.apache.lucene.search
 

Methods in org.apache.lucene.search that return Explanation.IDFExplanation
 Explanation.IDFExplanation Similarity.idfExplain(Collection<Term> terms, Searcher searcher)
          Computes a score factor for a phrase.
 Explanation.IDFExplanation Similarity.idfExplain(Term term, Searcher searcher)
          This method forwards to Similarity.idfExplain(Term,Searcher,int) by passing searcher.docFreq(term) as the docFreq.
 Explanation.IDFExplanation Similarity.idfExplain(Term term, Searcher searcher, int docFreq)
          Computes a score factor for a simple term and returns an explanation for that score factor.
 



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