Browse Source

[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.
javanna 10 years ago
parent
commit
f5fb669a46
1 changed files with 0 additions and 8 deletions
  1. 0 8
      docs/reference/query-dsl/indices-query.asciidoc

+ 0 - 8
docs/reference/query-dsl/indices-query.asciidoc

@@ -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.
-====================================================================