Property Groups
Groups
Returns the group values
This is an unordered collections of group values. For each group that matched the query there is a BytesRef representing a group value.
Declaration
public abstract IEnumerable<TGroupValue> Groups { get; }
Property Value
Type | Description |
---|---|
IEnumerable<TGroupValue> | the group values |