docFreq

Parameters

docFreq

number of documents containing the term in the collection, in the range [1 .. .totalTermFreq].

This is the document-frequency for the term: the count of documents where the term appears at least one time.

This value is always a positive number, and never exceeds .totalTermFreq. It also cannot exceed CollectionStatistics.sumDocFreq. @see TermsEnum#docFreq()