Class 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.
    • Field Detail

      • field

        protected final String field
      • indexedField

        protected final String indexedField
      • val

        protected final String val
      • indexedBytes

        protected final BytesRef indexedBytes
    • Constructor Detail