Fix asciidoc typo

This commit is contained in:
Spencer 2016-02-08 10:49:27 -07:00
parent 46ee568695
commit cc0d0525fc
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ The `GET` HTTP verb for `/_forcemerge` is no longer supported, please use the
==== Deprecated queries removed
The following deprecated queries have been removed:
* `filtered`: use `bool` query instead, which supports `filter` clauses too
* `and`: use `must` clauses in a `bool` query instead
* `or`: use should clauses in a `bool` query instead