Property MaxTermFrequency
MaxTermFrequency
Get the maximum term-frequency encountered for any term in the field. A field containing "the quick brown fox jumps over the lazy dog" would have a value of 2, because "the" appears twice.
Declaration
public int MaxTermFrequency { get; }
Property Value
Type | Description |
---|---|
System.Int32 |