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(java.util.Collection terms, Searcher searcher)
          Computes a score factor for a phrase.
 Explanation.IDFExplanation Similarity.idfExplain(Term term, Searcher searcher)
          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.