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

Deprecate validate_* and normalize_* #10248

Closed
wants to merge 3 commits into from

Commits on Apr 21, 2015

  1. [GEO] Deprecate validate_* and normalize_*

    No need to carry 3 validate and 3 normalize options in GeoPointFieldMapping. This is just causing confusion so this change deprecates the validate_lat, validate_lon, normalize_lat, and normalize_lon options and simply uses validate and normalize, respectively. Geo filters have also been updated to include a validate and normalize option to provide consistency with the mapping defaults. Unit tests and documentation have been updated.
    
    closes elastic#10170
    nknize committed Apr 21, 2015
    Copy the full SHA
    d7f1b95 View commit details
    Browse the repository at this point in the history
  2. updating for bwc

    nknize committed Apr 21, 2015
    Copy the full SHA
    2fdbedf View commit details
    Browse the repository at this point in the history
  3. update validateLat and validateLon based on validate option. (preserv…

    …e bwc functionality)
    nknize committed Apr 21, 2015
    Copy the full SHA
    59f226b View commit details
    Browse the repository at this point in the history