| Package | Description |
|---|---|
| org.apache.solr.search.grouping.distributed.command | |
| org.apache.solr.search.grouping.distributed.shardresultserializer |
| Modifier and Type | Method and Description |
|---|---|
Pair<Integer,Collection<SearchGroup<String>>> |
SearchGroupsFieldCommand.result() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Pair<Integer,Collection<SearchGroup<String>>>> |
SearchGroupsResultTransformer.transformToNative(NamedList<NamedList> shardResponse,
Sort groupSort,
Sort sortWithinGroup,
String shard)
Transforms the specified shard response into native structures.
|