Class TotalTermFreqValueSource


  • public class TotalTermFreqValueSource
    extends ValueSource
    TotalTermFreqValueSource returns the total term freq (sum of term freqs across all documents).
    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

      • TotalTermFreqValueSource

        public TotalTermFreqValueSource​(String field,
                                        String val,
                                        String indexedField,
                                        BytesRef indexedBytes)