elasticsearch分页最大窗口指
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了elasticsearch分页最大窗口指相关的知识,希望对你有一定的参考价值。
1、改变ES默认深度分页的index.max_result_window 最大窗口值
curl -XPUT http://127.0.0.1:9200/my_index/_settings -d ‘{ "index" : { "max_result_window" : 500000}}‘
以上是关于elasticsearch分页最大窗口指的主要内容,如果未能解决你的问题,请参考以下文章
Elasticsearch:使用 Python elasticsearch-dsl-py 库对 Elasticsearch 进行查询
在 ElasticSearch 6 中按子聚合过滤、排序和分页
Elasticsearch 的分页报错 result window is too large