We are hitting MultiSearch query from our nest client. The query looks like:
IMultiSearchResponse result = client.MultiSearch(...);
The result returned has following properties, AllResponses, ApiCall, DebugInformation, IsValid, OriginalException, ServerError, TotalResponses, Non-Public members.
Where can I find the elastic search request queries in DSL format that were fired in this object? I want to check it in sense client