Skip to content

Commit

Permalink
[DOCS] rephrased delete by query docs
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Feb 13, 2014
1 parent 01abea5 commit 9902f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/docs/delete-by-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ curl -XDELETE 'http://localhost:9200/twitter/tweet/_query' -d '{
NOTE: The query being sent in the body must be nested in a `query` key, same as
the <<search-search,search api>> works added[1.0.0.RC1,The query was previously the top-level object].

Both above examples end up do the same thing, which is delete all
Both above examples end up doing the same thing, which is delete all
tweets from the twitter index for a certain user. The result of the
commands is:

Expand Down

0 comments on commit 9902f04

Please sign in to comment.