Class SimpleGroupEntry<T>
java.lang.Object
org.springframework.data.solr.core.query.result.SimpleGroupEntry<T>
- Type Parameters:
T-
- All Implemented Interfaces:
GroupEntry<T>
Represents a group holding the group value and all beans belonging to the group.
- Since:
- 1.4
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleGroupEntry(String groupValue, org.springframework.data.domain.Page<T> result) -
Method Summary
-
Constructor Details
-
SimpleGroupEntry
-
-
Method Details
-
getGroupValue
Description copied from interface:GroupEntryGroup name, the value on which the results were grouped by.- Specified by:
getGroupValuein interfaceGroupEntry<T>- Returns:
-
getResult
Description copied from interface:GroupEntryResults for the current group.- Specified by:
getResultin interfaceGroupEntry<T>- Returns:
-
toString
-