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

Lock down _ttl field #9914

Merged
merged 1 commit into from
Feb 27, 2015
Merged

Lock down _ttl field #9914

merged 1 commit into from
Feb 27, 2015

Commits on Feb 27, 2015

  1. Mappings: Lock down _ttl field

    While the parser allowed changing field type settings, these would never
    have been serialized.  So this change simply removes parsing using
    parseField. Backcompat will still work if a user uploads old settings
    (they just would never have worked anyways, so we continue ignoring
    them with 1.x, and 2.x will now error).
    
    see elastic#8143
    closes elastic#9914
    rjernst committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    dd0084d View commit details
    Browse the repository at this point in the history