Method DocFreq
DocFreq(Term)
Returns the number of documents containing the term t
.
Declaration
public abstract int DocFreq(Term t)
Parameters
Type | Name | Description |
---|---|---|
Term | t |
Returns
Type | Description |
---|---|
System.Int32 |
Returns the number of documents containing the term t
.
public abstract int DocFreq(Term t)
Type | Name | Description |
---|---|---|
Term | t |
Type | Description |
---|---|
System.Int32 |