Method SetMaxDocFreqPct
SetMaxDocFreqPct(Int32)
Set the maximum percentage in which words may still appear. Words that appear in more than this many percent of all docs will be ignored.
Declaration
public void SetMaxDocFreqPct(int maxPercentage)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | maxPercentage | the maximum percentage of documents (0-100) that a term may appear in to be still considered relevant |