Skip to content

Commit

Permalink
Limit filter was deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
im-denisenko committed Sep 17, 2015
1 parent f7022e3 commit a2d7b16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Elastica/Filter/Limit.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
/**
* Limit Filter.
*
* @deprecated https://github.com/elastic/elasticsearch/pull/10532
*
* @author Nicolas Ruflin <spam@ruflin.com>
*
* @link http://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-limit-filter.html
Expand Down
2 changes: 2 additions & 0 deletions lib/Elastica/QueryBuilder/DSL/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ public function indices(AbstractFilter $filter, array $indices)
/**
* limit filter.
*
* @deprecated https://github.com/elastic/elasticsearch/pull/10532
*
* @link http://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-limit-filter.html
*
* @param int $limit Limit
Expand Down

0 comments on commit a2d7b16

Please sign in to comment.