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

Introduce 64-bit unsigned long field type #60050

Merged
merged 18 commits into from
Sep 23, 2020

Commits on Jul 22, 2020

  1. Introduce 64-bit unsigned long field type

    This field type supports
    - indexing of integer values from [0, 18446744073709551615]
    - precise queries (term, range)
    - sorting and aggregations is based on conversion of long values
      to double and can be imprecise for large values.
    
    Closes elastic#32434
    mayya-sharipova committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    dffd748 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Address feedback

    mayya-sharipova committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    7eb2d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    612b7da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ada3422 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    7551cd6 View commit details
    Browse the repository at this point in the history
  2. Rename methods

    mayya-sharipova committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    e903940 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    9e057c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab54a23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4de3bd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Convert UnsignedLongFieldMapper to parametrized

    - Convert UnsignedLongFieldMapper to a parametrized form
    - Small adjustments in UnsignedLongScriptDocValues
    mayya-sharipova committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    2b567c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    07470b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    17912bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2eef4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b315a0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7652e66 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    0508e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24cbe55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cca6b30 View commit details
    Browse the repository at this point in the history