File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
main/java/org/elasticsearch/search
test/java/org/elasticsearch/search Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ public void preProcess() {
360360 + maxResultWindow
361361 + "] but was ["
362362 + resultWindow
363- + "]. See the scroll api for a more efficient way to request large data sets. "
363+ + "]. See the search_after parameter for a more efficient way to request large data sets. "
364364 + "This limit can be set by changing the ["
365365 + IndexSettings .MAX_RESULT_WINDOW_SETTING .getKey ()
366366 + "] index level setting."
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ protected Engine.Searcher acquireSearcherInternal(String source) {
196196 "Result window is too large, from + size must be less than or equal to:"
197197 + " ["
198198 + maxResultWindow
199- + "] but was [310]. See the scroll api for a more efficient way to request large data sets. "
199+ + "] but was [310]. See the search_after parameter for a more efficient way to request large data sets. "
200200 + "This limit can be set by changing the ["
201201 + IndexSettings .MAX_RESULT_WINDOW_SETTING .getKey ()
202202 + "] index level setting."
You can’t perform that action at this time.
0 commit comments