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

apiharvester: fix size #113

Merged
merged 1 commit into from
Oct 16, 2018
Merged

apiharvester: fix size #113

merged 1 commit into from
Oct 16, 2018

Conversation

rerowep
Copy link
Contributor

@rerowep rerowep commented Oct 15, 2018

*FIX: size for harvesting
*BETTER: verbose print

Signed-off-by: Peter Weber [email protected]

Attention:
max_result_window set to 20000 in json mapping (not always the same in config.py)
To display max_result_window from ES:
curl -H "Content-Type: application/json" -GET http://localhost:19200/_all/_settings?pretty
To make themax_result_window bigger in ES use folowing command (change config.py too):
curl -H "Content-Type: application/json" -XPUT http://localhost:19200/_all/_settings -d '{ "index" : { "max_result_window" : 10000000}}'

    *FIX: size for harvesting
    *BETTER: verbose print

Signed-off-by: Peter Weber <[email protected]>
@rerowep rerowep merged commit bbd73dc into rero:master Oct 16, 2018
@rerowep rerowep deleted the fix-apiharvester branch October 16, 2018 09:09
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

Successfully merging this pull request may close these issues.

2 participants