Result window is too large, from + size must be less than or equal to: [10000] but was [100000]

前端 未结 3 1641
深忆病人
深忆病人 2021-02-07 02:23

I got the following Error in elasticSearch:

[Result window is too large, from + size must be less than or equal to: [10000] but was [100000].

3条回答
  •  北恋
    北恋 (楼主)
    2021-02-07 02:55

    you can change max result window by setting index.max_result_window = 50000; in elasticsearch.yml file in etc/elasticsearch

提交回复
热议问题