org.apache.solr.search.grouping.distributed.responseprocessor
Class StoredFieldsShardResponseProcessor

java.lang.Object
  extended by org.apache.solr.search.grouping.distributed.responseprocessor.StoredFieldsShardResponseProcessor
All Implemented Interfaces:
ShardResponseProcessor

public class StoredFieldsShardResponseProcessor
extends Object
implements ShardResponseProcessor

Concrete implementation for processing the stored field values from shard responses.


Constructor Summary
StoredFieldsShardResponseProcessor()
           
 
Method Summary
 void process(ResponseBuilder rb, ShardRequest shardRequest)
          Processes the responses from the specified shardRequest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredFieldsShardResponseProcessor

public StoredFieldsShardResponseProcessor()
Method Detail

process

public void process(ResponseBuilder rb,
                    ShardRequest shardRequest)
Processes the responses from the specified shardRequest. The result is put into specific fields in the specified rb.

Specified by:
process in interface ShardResponseProcessor
Parameters:
rb - The ResponseBuilder to put the merge result into
shardRequest - The shard request containing the responses from all shards.


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