| Package | Description |
|---|---|
| org.apache.solr.search.grouping | |
| org.apache.solr.search.grouping.distributed.command | |
| org.apache.solr.search.grouping.distributed.shardresultserializer |
| Modifier and Type | Method and Description |
|---|---|
CommandHandler.Builder |
CommandHandler.Builder.addCommandField(Command commandField) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryCommand |
class |
SearchGroupsFieldCommand
Creates all the collectors needed for the first phase and how to handle the results.
|
class |
TopGroupsFieldCommand
Defines all collectors for retrieving the second phase and how to handle the collector result.
|
| Modifier and Type | Method and Description |
|---|---|
NamedList |
TopGroupsResultTransformer.transform(List<Command> data)
Transforms data to a
NamedList structure for serialization purposes. |
NamedList |
SearchGroupsResultTransformer.transform(List<Command> data)
Transforms data to a
NamedList structure for serialization purposes. |