Class ShardFetchSearchRequest

java.lang.Object
org.opensearch.core.transport.TransportMessage
All Implemented Interfaces:
IndicesRequest, org.opensearch.core.common.io.stream.Writeable, TaskAwareRequest

public class ShardFetchSearchRequest extends ShardFetchRequest implements IndicesRequest
Shard level fetch request used with search. Holds indices taken from the original search request and implements IndicesRequest.
Opensearch.internal: