Method TotalTermFreq
TotalTermFreq(Term)
Returns the number of documents containing the term
.
This method returns 0 if the term or
field does not exist. This method does not take into
account deleted documents that have not yet been merged
away.
Declaration
public override sealed long TotalTermFreq(Term term)
Parameters
Type | Name | Description |
---|---|---|
Term | term |
Returns
Type | Description |
---|---|
System.Int64 |