Class DocFreqValueSource

java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.DocFreqValueSource
Direct Known Subclasses:
IDFValueSource, TermFreqValueSource

public class DocFreqValueSource extends ValueSource
DocFreqValueSource returns the number of documents containing the term.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.