|
@@ -28,11 +28,11 @@ documents), and `all` (to match all). Defaults to `all`.
|
|
|
|
|
|
`filter` is mandatory, as well as `indices` (or `index`).
|
|
|
|
|
|
-coming[0.90.8]
|
|
|
+added[0.90.8]
|
|
|
[TIP]
|
|
|
===================================================================
|
|
|
The fields order is important: if the `indices` are provided before `filter`
|
|
|
or `no_match_filter`, the related filters get parsed only against the indices
|
|
|
that they are going to be executed on. This is useful to avoid parsing filters
|
|
|
when it is not necessary and prevent potential mapping errors.
|
|
|
-===================================================================
|
|
|
+===================================================================
|