如何在Elasticsearch中修复“卷曲:(23)书写体失败(4096!= 9142)”

时间:2019-01-29 20:58:12

标签: elasticsearch curl

我正在尝试在命令提示符窗口中运行查询。但是,我遇到了错误

  

卷曲:(23)书写体失败(4096!= 9142)

我不知道它是如何发生的以及如何调试它。代码是:

curl -X GET "localhost:9200/_search?pretty" -H "Content-Type:application/json" \
-d " { \"query\": { \"match\" : { \"body\" : { \"query\" : \"cat\"} } } }"

但是,在执行以下代码时

curl -X GET "localhost:9200/_search?pretty" -H "Content-Type:application/json" \
-d " { \"query\": { \"match\" : { \"body\" : { \"query\" : \"cats\"} } } }"

没有错误消息。

0 个答案:

没有答案