Package | Description |
---|---|
org.apache.solr.handler.component | |
org.apache.solr.search.grouping.endresulttransformer |
Modifier and Type | Field and Description |
---|---|
private static EndResultTransformer |
QueryComponent.MAIN_END_RESULT_TRANSFORMER |
private static EndResultTransformer |
QueryComponent.SIMPLE_END_RESULT_TRANSFORMER |
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. |