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

Updating index.max_result_window must be done after creating the index #144

Closed
almasaeed2010 opened this issue Jan 29, 2018 · 0 comments
Closed

Comments

@almasaeed2010
Copy link
Contributor

almasaeed2010 commented Jan 29, 2018

Elasticseach by default returns upto 10,000 results and errs when requesting anything more than that. The way to update the index is using

curl -XPUT 'http://localhost:9200/_all/_settings?preserve_existing=true' -d '{
  "index.max_result_window" : "1000000"
}'

Question is can this be done while the cluster is up and running? Maybe we should look into a way that assigns it this setting when creating the index.

almasaeed2010 added a commit that referenced this issue Jan 29, 2018
almasaeed2010 added a commit that referenced this issue Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant