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

Commits on Sep 24, 2020

  1. 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 elastic#60050
    Closes elastic#32434
    mayya-sharipova committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    20e169f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0180d1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d36ca3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d99c10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b8f24e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3895ea5 View commit details
    Browse the repository at this point in the history