Limit ES results count to 10000
ES requires using their scroll API to get more than 10,000 results in a single query.
Merge request reports
Activity
added 3 commits
-
de62fb2c...cb663ded - 2 commits from branch
master
- 637fb6a6 - Limit ES results count to 10000
-
de62fb2c...cb663ded - 2 commits from branch
Codecov Report
Merging #92 into master will increase coverage by
0.81%
. The diff coverage is98.5%
.@@ Coverage Diff @@ ## master #92 +/- ## ========================================== + Coverage 60.12% 60.93% +0.81% ========================================== Files 148 149 +1 Lines 5648 5714 +66 ========================================== + Hits 3396 3482 +86 + Misses 2252 2232 -20
Impacted Files Coverage Δ arkindex/project/settings.py 0% <0%> (ø)
arkindex/project/elastic.py 85% <100%> (+52.5%)
arkindex/project/tests/test_elastic.py 100% <100%> (ø)
arkindex/project/tests/__init__.py 100% <100%> (ø)
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 2edf8f6...bbed85e. Read the comment docs.Edited by Bastien Abadieadded 8 commits
-
f6dd2437...71a97593 - 6 commits from branch
master
- dff7112f - Limit ES results count to 10000
- 5534174b - Add unit tests
-
f6dd2437...71a97593 - 6 commits from branch
enabled an automatic merge when the pipeline for a09234f7 succeeds
added 9 commits
-
a09234f7...2edf8f65 - 6 commits from branch
master
- 4809a98e - Limit ES results count to 10000
- 4369c0a6 - Add unit tests
- 6bc7114c - Use a setting for the results limit
Toggle commit list-
a09234f7...2edf8f65 - 6 commits from branch
mentioned in commit 4c157483
Please register or sign in to reply