Skip to content

Commit 70645fd

Browse files
Johny HoJohny Ho
Johny Ho
authored and
Johny Ho
committed
Undeprecate delete_by_query
This functionality was undeprecated in es 2.0 elastic/elasticsearch#10443 Also related: ruflin/Elastica#875
1 parent f769f99 commit 70645fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/delete_by_query.rb

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ module Actions
4343
# @see http://www.elasticsearch.org/guide/reference/api/delete-by-query/
4444
#
4545
def delete_by_query(arguments={})
46-
Utils.__report_unsupported_method(__method__)
47-
4846
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
4947

5048
valid_params = [

0 commit comments

Comments
 (0)