getSumDocFreq

open override fun getSumDocFreq(field: String): Long

Returns the sum of TermsEnum.docFreq 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.getSumDocFreq