Apache Lucene.Net 2.4.0 Class Library API

Searchable.DocFreqs Method 

Expert: For each term in the terms array, calculates the number of documents containing

term
. Returns an array with these document frequencies. Used to minimize number of remote calls.

int[] DocFreqs(
   Term[] terms
);

See Also

Searchable Interface | Lucene.Net.Search Namespace