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

Unsigned64bits integer7.x #62892

Merged

Conversation

mayya-sharipova
Copy link
Contributor

Introduce 64-bit unsigned long field type

This field type supports
- indexing of integer values from [0, 18446744073709551615]
- precise queries (term, range)
- precise sort and terms aggregations
- other aggregations are based on conversion of long values
to double and can be imprecise for large values.

Backport for #60050
Closes #32434

This field type supports
- indexing of integer values from [0, 18446744073709551615]
- precise queries (term, range)
- precise sort and terms aggregations
- other aggregations are based on conversion of long values
  to double and can be imprecise for large values.

Backport for elastic#60050
Closes elastic#32434
@mayya-sharipova mayya-sharipova added backport :Search Foundations/Mapping Index mappings, including merging and defining field types labels Sep 24, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (:Search/Mapping)

@elasticmachine elasticmachine added the Team:Search Meta label for search team label Sep 24, 2020
@mayya-sharipova mayya-sharipova added v7.10.0 >feature and removed Team:Search Meta label for search team labels Sep 24, 2020
@mayya-sharipova
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/packaging-sample-windows

@mayya-sharipova
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/packaging-sample-windows

@mayya-sharipova mayya-sharipova merged commit 54064a1 into elastic:7.x Sep 24, 2020
@mayya-sharipova mayya-sharipova deleted the unsigned64bits_integer7.x branch September 24, 2020 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport >feature :Search Foundations/Mapping Index mappings, including merging and defining field types v7.10.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants