Uses of Interface
org.apache.solr.search.grouping.Command
-
Packages that use Command Package Description org.apache.solr.search.grouping APIs and classes for implementing result groupingorg.apache.solr.search.grouping.distributed.command Internal classes used to implement distributed result groupingorg.apache.solr.search.grouping.distributed.shardresultserializer Internal classes used to implement distributed result grouping -
-
Uses of Command in org.apache.solr.search.grouping
Methods in org.apache.solr.search.grouping with parameters of type Command Modifier and Type Method Description CommandHandler.BuilderCommandHandler.Builder. addCommandField(Command commandField) -
Uses of Command in org.apache.solr.search.grouping.distributed.command
Classes in org.apache.solr.search.grouping.distributed.command that implement Command Modifier and Type Class Description classQueryCommandclassSearchGroupsFieldCommandCreates all the collectors needed for the first phase and how to handle the results.classTopGroupsFieldCommandDefines all collectors for retrieving the second phase and how to handle the collector result. -
Uses of Command in org.apache.solr.search.grouping.distributed.shardresultserializer
Method parameters in org.apache.solr.search.grouping.distributed.shardresultserializer with type arguments of type Command Modifier and Type Method Description NamedListSearchGroupsResultTransformer. transform(List<Command> data)NamedListTopGroupsResultTransformer. transform(List<Command> data)
-