[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:
parent
a4b89d380c
commit
f5fb669a46
|
@ -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.
|
||||
====================================================================
|
||||
|
|
Loading…
Reference in New Issue