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

Remove NumericRange query type #1334

Merged
merged 3 commits into from
Jul 11, 2017

Conversation

dmytro-y-dev
Copy link
Contributor

NumericRange query is deprecated in ElasticSearch since version 0.90.8.
Use Query\Range instead of Query\NumericRange.

@see https://www.elastic.co/guide/en/elasticsearch/reference/0.90/query-dsl-numeric-range-filter.html

NumericRange query is deprecated in ElasticSearch since version 0.90.8.
Use Query\Range instead of Query\NumericRange.

@see https://www.elastic.co/guide/en/elasticsearch/reference/0.90/query-dsl-numeric-range-filter.html
@ruflin
Copy link
Owner

ruflin commented Jul 10, 2017

Could you please update the CHANGELOG.md file?

@dmytro-y-dev
Copy link
Contributor Author

Yes, of course. I somehow missed that statement in CONTRIBUTING.md, sorry :)

CHANGELOG.md Outdated
@@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file based on the
### Improvements

### Deprecated

- Removed `Query\NumericRange`, use `Query\Range` instead [#1334](https://github.com/ruflin/Elastica/pull/1334)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably goes more under BC Breaks as we didn't deprecated it but removed it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, moved.

@ruflin ruflin merged commit 4cdb71c into ruflin:master Jul 11, 2017
@ruflin
Copy link
Owner

ruflin commented Jul 11, 2017

@metamaker Merged. Thanks for the contribution.

@dmytro-y-dev dmytro-y-dev deleted the deprecate-numeric-range branch July 12, 2017 14:24
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