Class EsqlSearchShardsAction


public class EsqlSearchShardsAction extends HandledTransportAction<SearchShardsRequest,SearchShardsResponse>
A fork of the search shards API for ES|QL. This fork allows us to gradually introduce features and optimizations to this internal API without risking breaking the search-shards API, which is used by the search API. For now, this API delegates to the search-shards API, but gradually, we will decouple this API completely from the search-shards API.