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

Make Geo Context Mapping Parsing More Strict (6.x version) #32862

Commits on Aug 14, 2018

  1. Make Geo Context Mapping Parsing More Strict

    Currently, if geo context is represented by something other than
    geo_point or an object with lat and lon fields, the parsing of it
    as a geo context can result in ignoring the context altogether,
    returning confusing errors such as number_format_exception or trying
    to parse the number specifying as long-encoded hash code. It would also
    fail if the geo_point was stored.
    
    This commit makes the deprecates creation of geo contexts without
    correct path fields. And it fixes the issue when geo_point is stored.
    It is a 6.x version of elastic#32821.
    imotov committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    414effd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Merge remote-tracking branch 'elastic/6.x' into issue-32202-incorrect…

    …-geo-context-path-mapping-time-6x
    imotov committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    fce4f30 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'elastic/6.x' into issue-32202-incorrect…

    …-geo-context-path-mapping-time-6x
    imotov committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    20455b6 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'elastic/6.x' into issue-32202-incorrect…

    …-geo-context-path-mapping-time-6x
    imotov committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    469100f View commit details
    Browse the repository at this point in the history