Class SumTotalTermFreqValueSource


  • public class SumTotalTermFreqValueSource
    extends ValueSource
    SumTotalTermFreqValueSource returns the number of tokens. (sum of term freqs across all documents, across all terms). Returns -1 if frequencies were omitted for the field, or if the codec doesn't support this statistic.
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
    • Field Detail

      • indexedField

        protected final String indexedField
    • Constructor Detail

      • SumTotalTermFreqValueSource

        public SumTotalTermFreqValueSource​(String indexedField)