Method DocFreqs
DocFreqs(Term[])
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.
Declaration
int[] DocFreqs(Term[] terms)
Parameters
Type | Name | Description |
---|---|---|
Term[] | terms |
Returns
Type | Description |
---|---|
System.Int32[] |