curl -XPUT http://127.0.0.1:9200/_all/_settings -H 'Content-Type: application/json' -d '{"index":{"max_result_window":10000000}}'
_all 是所有,可以换成索引库的名称
curl -XPUT http://127.0.0.1:9200/_all/_settings -H 'Content-Type: application/json' -d '{"index":{"max_result_window":10000000}}'
_all 是所有,可以换成索引库的名称
本文标题:修改es最大查询结果数的命令
本文链接:https://www.haomeiwen.com/subject/fqhfpctx.html
网友评论