#!/bin/bash
curl -H "Content-Type: application/json" -XPUT http://127.0.0.1:9200/_settings -d '{ "index" : { "max_result_window" : 50000000}}'

 

相关文章:

  • 2021-12-04
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2022-02-23
  • 2021-08-11
猜你喜欢
  • 2021-10-15
  • 2022-12-23
  • 2021-11-09
  • 2022-02-11
  • 2021-10-17
相关资源
相似解决方案