| Package | Description |
|---|---|
| org.springframework.data.solr.core.query.result |
Query result abstractions for Solr returned
NamedList. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleGroupEntry<T>
Represents a group holding the group value and all beans belonging to the group.
|
| Modifier and Type | Method and Description |
|---|---|
Page<GroupEntry<T>> |
GroupResult.getGroupEntries()
Group entries.
|
Page<GroupEntry<T>> |
SimpleGroupResult.getGroupEntries() |
| Constructor and Description |
|---|
SimpleGroupResult(int matches,
Integer groupsCount,
String name,
Page<GroupEntry<T>> groupEntries) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.