| Package | Description |
|---|---|
| org.springframework.data.solr.core.query.result |
Query result abstractions for Solr returned
NamedList. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleGroupResult<T>
This represents the result of a group command.
|
| Modifier and Type | Method and Description |
|---|---|
GroupResult<T> |
SolrResultPage.getGroupResult(Field field) |
GroupResult<T> |
GroupPage.getGroupResult(Field field)
Get a group result done for the given
Field. |
GroupResult<T> |
SolrResultPage.getGroupResult(Function function) |
GroupResult<T> |
GroupPage.getGroupResult(Function function)
Get a group result done for the given
Function. |
GroupResult<T> |
SolrResultPage.getGroupResult(Query query) |
GroupResult<T> |
GroupPage.getGroupResult(Query query)
Get a group result done for the given
Query. |
GroupResult<T> |
SolrResultPage.getGroupResult(String name) |
GroupResult<T> |
GroupPage.getGroupResult(String name)
Get a group result with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolrResultPage.setGroupResults(Map<Object,GroupResult<T>> groupResults) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.