Property GroupHeadsCount
GroupHeadsCount
The number of group heads found for a query. LUCENENET NOTE: This was groupHeadsSize() in Lucene
Declaration
public abstract int GroupHeadsCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 | the number of group heads found for a query. |