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

Add support for numeric range keys (backport of #56452) #56552

Merged
merged 1 commit into from
May 11, 2020

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented May 11, 2020

This adds support for parsing numbers as range keys. They get converted
into a string, but we allow numbers.

While I was there I replaced the parser for Range with a
ConstructingObjectParser which will automatically add support for "did
you mean" style corrections on errors.

Closes #56402

This adds support for parsing numbers as range keys. They get converted
into a string, but we allow numbers.

While I was there I replaced the parser for `Range` with a
`ConstructingObjectParser` which will automatically add support for "did
you mean" style corrections on errors.

Closes elastic#56402
@nik9000 nik9000 changed the title Add support for numeric range keys (#56452) Add support for numeric range keys (backport of #56452) May 11, 2020
@nik9000 nik9000 merged commit 137df27 into elastic:7.x May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant