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

Commits on Nov 16, 2019

  1. Corrected the datatype of DoubleRange

    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 authored Nov 16, 2019
    Configuration menu
    Copy the full SHA
    314ff27 View commit details
    Browse the repository at this point in the history