How to send elasticsearch multi search request in Postman?

后端 未结 3 1328
-上瘾入骨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:37

    You can also make your request body be json format and change your Content-Type be application/json, please take a look as below

提交回复
热议问题