Uses of Class
org.apache.solr.search.grouping.distributed.command.Pair

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

Uses of Pair in org.apache.solr.search.grouping.distributed.command
 

Methods in org.apache.solr.search.grouping.distributed.command that return Pair
 Pair<Integer,Collection<SearchGroup<String>>> SearchGroupsFieldCommand.result()
           
 

Uses of Pair in org.apache.solr.search.grouping.distributed.shardresultserializer
 

Methods in org.apache.solr.search.grouping.distributed.shardresultserializer that return types with arguments of type Pair
 Map<String,Pair<Integer,Collection<SearchGroup<String>>>> SearchGroupsResultTransformer.transformToNative(NamedList<NamedList> shardResponse, Sort groupSort, Sort sortWithinGroup, String shard)
          Transforms the specified shard response into native structures.