Class SearchGroupShardResponseProcessor

    • Constructor Detail

      • SearchGroupShardResponseProcessor

        public SearchGroupShardResponseProcessor()
    • Method Detail

      • process

        public void process​(ResponseBuilder rb,
                            ShardRequest shardRequest)
        Description copied from interface: ShardResponseProcessor
        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.