Uses of Class
org.apache.lucene.queries.function.valuesource.TermFreqValueSource

Packages that use TermFreqValueSource
org.apache.lucene.queries.function.valuesource A variety of functions to use with FunctionQuery. 
 

Uses of TermFreqValueSource in org.apache.lucene.queries.function.valuesource
 

Subclasses of TermFreqValueSource in org.apache.lucene.queries.function.valuesource
 class TFValueSource
          Function that returns TFIDFSimilarity.tf(int) for every document.
 



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