summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/suggest/completion
diff options
context:
space:
mode:
authorColin Goodheart-Smithe <colings86@users.noreply.github.com>2017-02-21 15:20:04 +0000
committerColin Goodheart-Smithe <colings86@users.noreply.github.com>2017-02-27 13:44:18 +0000
commit1ceaef0de63b75904faa8d77d962dea364e176d0 (patch)
treebdfff148b8da1755f0b9f34dfea94fee65cbb2ce /core/src/main/java/org/elasticsearch/search/suggest/completion
parent756e26cb33c68a400a3b4c46938781a134722e69 (diff)
Fixes terms error count for multiple reduce phases
Previously when multiple reduces occured for the terms aggregation we would add up the errors for the aggregations but would not take into account the errors that had already been calculated for the previous reduce phases. This change corrects that by adding the previously created errors to the new error value. Closes #23286
Diffstat (limited to 'core/src/main/java/org/elasticsearch/search/suggest/completion')
0 files changed, 0 insertions, 0 deletions