Class SimpleGroupResult<T>

java.lang.Object
org.springframework.data.solr.core.query.result.SimpleGroupResult<T>
Type Parameters:
T -
All Implemented Interfaces:
GroupResult<T>

public class SimpleGroupResult<T> extends Object implements GroupResult<T>
This represents the result of a group command. This can be the result of the following parameter: field, function or query.
Since:
1.4