Is it possible to get the raw search query from the NEST client?
var result = client.Search(s => s
on nest version 6 use
connextionString.DisableDirectStreaming();
then on response.DebugInformation you can see all information.