即使对于大型结果,分页也能正常工作。它甚至显示查询有 25k 个结果。分页适用于前 10000 个条目。但是,如果我想显示条目 10000 - 10010(例如),一切都会因此错误而中断:
Uncaught PHP Exception Elastica\Exception\ResponseException: "Result window is too large, from + size must be less than or equal to: [10000] but was [24240].
我正在使用friendsofsymfony/elastica-bundle。我试图设置 max_result_window 没有运气,结果窗口大小没有改变。
有什么问题?