Property MaxDocFreq
MaxDocFreq
Gets or Sets the maximum frequency in which words may still appear. Words that appear in more than this many docs will be ignored. The default frequency is DEFAULT_MAX_DOC_FREQ.
Declaration
public int MaxDocFreq { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |