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.
  • Field Details

    • field

      protected final String field
    • indexedField

      protected final String indexedField
    • val

      protected final String val
    • indexedBytes

      protected final BytesRef indexedBytes
  • Constructor Details

  • Method Details