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

Doc values for geo points. #4548

Closed
wants to merge 3 commits into from

Conversation

jpountz
Copy link
Contributor

@jpountz jpountz commented Dec 26, 2013

This commits add doc values support to geo point using the exact same approach
as for numeric data: geo points for a given document are stored uncompressed
and sequentially in a single binary doc values field.

Close #4207

This commits add doc values support to geo point using the exact same approach
as for numeric data: geo points for a given document are stored uncompressed
and sequentially in a single binary doc values field.

Close elastic#4207
Doc values were not added when the geo point is provided as a hash because the
path in the code is a different one and I wasn't aware of it.
@s1monw
Copy link
Contributor

s1monw commented Dec 27, 2013

LGTM +1 to push

@jpountz jpountz closed this Dec 27, 2013
@jpountz jpountz deleted the feature/geo_point_doc_values branch December 27, 2013 11:52
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.

Doc values support for geo points
2 participants