Closed
Description
Elastic.Clients.Elasticsearch version:
8.08
Why do i need an Action<SearchRequestDescriptor> like shown below?
public virtual Task<SearchResponse> SearchAsync(Action<SearchRequestDescriptor> configureRequest, CancellationToken cancellationToken = default);
Request:
Add overload <SearchRequestDescriptor as the NEST client had.