Property UniqueTermCount
UniqueTermCount
Returns the number of unique terms (across all fields) in this reader.
This method returns long, even though internally Lucene cannot handle more than 2^31 unique terms, for a possible future when this limitation is removed.
Declaration
public virtual long UniqueTermCount { get; }
Property Value
Type | Description |
---|---|
System.Int64 |