@@ -30,7 +30,6 @@ discard block |
||
| 30 | 30 | * @param array $ids Document ids |
| 31 | 31 | * |
| 32 | 32 | * @deprecated Option "ids" deprecated as of ES 2.0.0-beta1 and will be removed in further Elastica releases. Use "like" instead. |
| 33 | - |
|
| 34 | 33 | * @return \Elastica\Query\MoreLikeThis Current object |
| 35 | 34 | */ |
| 36 | 35 | public function setIds(array $ids) |
@@ -56,7 +55,6 @@ discard block |
||
| 56 | 55 | * @param string $likeText |
| 57 | 56 | * |
| 58 | 57 | * @deprecated Option "like_text" deprecated as of ES 2.0.0-beta1 and will be removed at further Elastica releases. Use "like" instead. |
| 59 | - |
|
| 60 | 58 | * @return $this |
| 61 | 59 | */ |
| 62 | 60 | public function setLikeText($likeText) |
@@ -55,7 +55,7 @@ |
||
| 55 | 55 | * @param \Elastica\Filter\AbstractFilter $filter Filter object |
| 56 | 56 | * |
| 57 | 57 | * @return $this |
| 58 | - */ |
|
| 58 | + */ |
|
| 59 | 59 | public function addFilter(AbstractFilter $filter) |
| 60 | 60 | { |
| 61 | 61 | return $this->addParam('filter', $filter); |