Get raw query from NEST client

前端 未结 8 707
太阳男子
太阳男子 2021-01-30 08:33

Is it possible to get the raw search query from the NEST client?

var result = client.Search(s => s
             


        
8条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-30 09:06

    on nest version 6 use

    connextionString.DisableDirectStreaming();
    

    then on response.DebugInformation you can see all information.

提交回复
热议问题