getSumTotalTermFreq

abstract fun getSumTotalTermFreq(field: String): Long

Returns the sum of TermsEnum.totalTermFreq for all terms in this field. Note that, just like other term measures, this measure does not take deleted documents into account.

See also

Terms.getSumTotalTermFreq