设置elasticsearch一次最大数量查询
摘要:
PUT my_index/_settings?preserve_existing=true{"max_result_window":"2000000000"} PUT _cluster/settings { "transient": { "search.max_buckets": 200000000 阅读全文
posted @ 2021-01-14 14:53 海哥哥99 阅读(1594) 评论(0) 推荐(0) 编辑