Uses of Interface
org.apache.solr.search.grouping.Command

Packages that use Command
org.apache.solr.search.grouping   
org.apache.solr.search.grouping.distributed.command   
org.apache.solr.search.grouping.distributed.shardresultserializer   
 

Uses of Command in org.apache.solr.search.grouping
 

Methods in org.apache.solr.search.grouping with parameters of type Command
 CommandHandler.Builder CommandHandler.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
 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.
 

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
 NamedList SearchGroupsResultTransformer.transform(List<Command> data)
          Transforms data to a NamedList structure for serialization purposes.
 NamedList TopGroupsResultTransformer.transform(List<Command> data)
          Transforms data to a NamedList structure for serialization purposes.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.