Method DocFreq
DocFreq(Term)
Expert: Returns the number of documents containing term
.
Called by search code to compute term weights.
Declaration
int DocFreq(Term term)
Parameters
Type | Name | Description |
---|---|---|
Term | term |
Returns
Type | Description |
---|---|
System.Int32 |