Improve documentation of index.maxLimit for Elasticsearch

When using the Elasticsearch secondary index, `index.maxLimit` should
not exceed the value of `index.max_result_window` configured on the
Elasticsearch server.

Bug: Issue 8527
Change-Id: I3e33eada48faddd76d9819b2638ab418cd7db589
This commit is contained in:
David Pursehouse
2018-03-15 17:03:40 +09:00
committed by Hugo Arès
parent 8c7ec285cc
commit 7c1f4a49ab

View File

@@ -2672,6 +2672,10 @@ Maximum limit to allow for search queries. Requesting results above this
limit will truncate the list (but will still set `_more_changes` on
result lists). Set to 0 for no limit.
+
When `index.type` is set to `ELASTICSEARCH`, this value should not exceed
the `index.max_result_window` value configured on the Elasticsearch
server.
+
Defaults to no limit.
[[index.maxPages]]index.maxPages::