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

Corrected the datatype of DoubleRange #1272

Merged
merged 1 commit into from
Nov 16, 2019
Merged

Corrected the datatype of DoubleRange #1272

merged 1 commit into from
Nov 16, 2019

Conversation

braunsonm
Copy link
Contributor

Without this change, Elasticsearch will return the following exception:

elasticsearch.exceptions.RequestError: RequestError(400, 'mapper_parsing_exception', 'No handler for type [double_ranged] declared on field [my_range]’)

This is because according to the documentation, this datatype is actually called double_range not double_ranged. See: https://www.elastic.co/guide/en/elasticsearch/reference/current/range.html

Without this change, Elasticsearch will return the following exception:

elasticsearch.exceptions.RequestError: RequestError(400, 'mapper_parsing_exception', 'No handler for type [double_ranged] declared on field [my_range]’)

This is because according to the documentation, this datatype is actually called `double_range` not `double_ranged`. See: https://www.elastic.co/guide/en/elasticsearch/reference/current/range.html
@braunsonm
Copy link
Contributor Author

CLA has now been signed.

@honzakral honzakral merged commit 0e4e79e into elastic:master Nov 16, 2019
@honzakral
Copy link
Contributor

Thank you, @braunsonm , for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants