How to send elasticsearch multi search request in Postman?

后端 未结 3 1329
-上瘾入骨i
-上瘾入骨i 2021-02-05 05:21

I\'m trying to send elasticserach multi search request via postman as below:

POST - http://localhost:9200/_msearch
content-type : x-www-form-urlencoded
body:
{\"         


        
3条回答
  •  醉话见心
    2021-02-05 05:38

    I have found error for "Expected [START_OBJECT] but found [null]" when I use _msearch API in elasticsearch.

    Response of this api

    Request parameters and url

提交回复
热议问题