修改ElasticSearch默认的from size

如果需要搜索分页,可以通过from size组合来进行。from表示从第几行开始,size表示查询多少条文档。from默认为0,size默认为10,
如果搜索size大于10000,需要设置index.max_result_window参数
注意:size的大小不能超过index.max_result_window这个参数的设置,默认为10,000。
原文地址:http://www.07net01.com/2016/02/1268720.html

原文地址:https://www.cnblogs.com/luweiwei/p/5968507.html