Apache Lucene.Net 2.4.0 Class Library API

Searchable.DocFreq Method 

Expert: Returns the number of documents containing

term
. Called by search code to compute term weights.

int DocFreq(
   Term term
);

See Also

Searchable Interface | Lucene.Net.Search Namespace |