Property DocCount
DocCount
Returns the number of documents that have at least one term for this field, or -1 if this measure isn't stored by the codec. Note that, just like other term measures, this measure does not take deleted documents into account.
Declaration
public abstract int DocCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |