Property Count
Count
Gets the number of fields or -1 if the number of distinct field names is unknown. If >= 0, GetEnumerator() will return as many field names.
NOTE: This was size() in Lucene.
Declaration
public abstract int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |