使用以下命令:
curl -XPUT 111.22.111.123:9200/index/_settings -H 'Content-Type: application/json' -d '{ "index.max_result_window" :"1000000"}'
111.22.111.123:9200为es服务器地址
index为索引名称
index.max_result_window配置为100万大小
使用以下命令:
curl -XPUT 111.22.111.123:9200/index/_settings -H 'Content-Type: application/json' -d '{ "index.max_result_window" :"1000000"}'
111.22.111.123:9200为es服务器地址
index为索引名称
index.max_result_window配置为100万大小
本文标题:解决elasticsearch index.max_result
本文链接:https://www.haomeiwen.com/subject/dxfxuqtx.html
网友评论