Skip to content

Commit 4cdb71c

Browse files
dmytro-y-devruflin
authored andcommitted
Remove NumericRange query type (#1334)
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
1 parent 1b7d4ce commit 4cdb71c

File tree

3 files changed

+2
-51
lines changed

3 files changed

+2
-51
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file based on the
55

66
### Backward Compatibility Breaks
77

8+
- Removed `Query\NumericRange`, use `Query\Range` instead [#1334](https://github.com/ruflin/Elastica/pull/1334)
9+
810
### Bugfixes
911

1012
- Send the `scroll_id` inside a json body instead of plain text [#1325](https://github.com/ruflin/Elastica/pull/1325)
@@ -17,7 +19,6 @@ All notable changes to this project will be documented in this file based on the
1719

1820
### Deprecated
1921

20-
2122
## [5.2.1](https://github.com/ruflin/Elastica/compare/5.2.0...5.2.1)
2223

2324
### Bugfixes

lib/Elastica/Query/NumericRange.php

-13
This file was deleted.

test/Elastica/Query/NumericRangeTest.php

-37
This file was deleted.

0 commit comments

Comments
 (0)