[DOCS] remove tip on indices query elements order

Since we parse queries on the coordinating node, the order of the elements doesn't count anymore.
This commit is contained in:
javanna 2015-10-27 15:51:58 +01:00 committed by Luca Cavanna
parent a4b89d380c
commit f5fb669a46
1 changed files with 0 additions and 8 deletions

View File

@ -28,11 +28,3 @@ You can use the `index` field to provide a single index.
documents), and `all` (to match all). Defaults to `all`.
`query` is mandatory, as well as `indices` (or `index`).
[TIP]
====================================================================
The fields order is important: if the `indices` are provided before `query`
or `no_match_query`, the related queries get parsed only against the indices
that they are going to be executed on. This is useful to avoid parsing queries
when it is not necessary and prevent potential mapping errors.
====================================================================