-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Aggregations: Geohash grid should count documents only once #8512
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
Labels
:Analytics/Aggregations
Aggregations
:Analytics/Geo
Indexing, search aggregations of geo points and shapes
>bug
v1.3.6
v1.4.1
v1.5.0
v2.0.0-beta1
Comments
btw the geohash grid aggregation fails in 1.4.0 if documents with more than one value are present, see #8507 |
Indeed, I found this issue while working on a fix for that issue! :) #8513 |
jpountz
added a commit
to jpountz/elasticsearch
that referenced
this issue
Nov 20, 2014
jpountz
added a commit
that referenced
this issue
Nov 21, 2014
jpountz
added a commit
that referenced
this issue
Nov 21, 2014
jpountz
added a commit
that referenced
this issue
Nov 21, 2014
mute
pushed a commit
to mute/elasticsearch
that referenced
this issue
Jul 29, 2015
mute
pushed a commit
to mute/elasticsearch
that referenced
this issue
Jul 29, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Analytics/Aggregations
Aggregations
:Analytics/Geo
Indexing, search aggregations of geo points and shapes
>bug
v1.3.6
v1.4.1
v1.5.0
v2.0.0-beta1
If two geo-hashes of the same document fall into the same bucket, then the document count for this bucket will be incremented by 2 instead of 1. Here is a reproduction:
which returns:
The text was updated successfully, but these errors were encountered: