Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce the search response limit from 100k to 10k #275

Merged
merged 1 commit into from
May 3, 2017
Merged

Commits on May 3, 2017

  1. Reduce the search response limit from 100k to 10k

    The default index.max_result_window for Elasticsearch is 10k. This leads to errors like:
    
    2017-05-03_19:36:41.82788 Caused by: QueryPhaseExecutionException[Result window is too large, from + size must be less than or equal to: [10000] but was [100000]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level parameter.]
    
    Signed-off-by: Bryan McLellan <btm@loftninjas.org>
    btm committed May 3, 2017
    Configuration menu
    Copy the full SHA
    62fad3b View commit details
    Browse the repository at this point in the history