DotLucene 1.4 API Documentation

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 | docFreq