| Package | Description |
|---|---|
| org.apache.solr.search.grouping.endresulttransformer |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupedEndResultTransformer
Implementation of
EndResultTransformer that keeps each grouped result separate in the final response. |
class |
MainEndResultTransformer
Implementation of
EndResultTransformer that transforms the grouped result into the main result list in the
response. |
class |
SimpleEndResultTransformer
Implementation of
EndResultTransformer that transforms the grouped result into a single flat list. |