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)Method parameters in org.apache.solr.search.grouping with type arguments of type Command Modifier and Type Method Description org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>>CommandHandler. processResult(QueryResult queryResult, ShardResultTransformer<List<Command<?>>,?> transformer) -
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 org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>>SearchGroupsResultTransformer. transform(List<Command<?>> data)org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>>TopGroupsResultTransformer. transform(List<Command<?>> data)
-