[DOCS] Adds link in datafeed indices_options (#53067)

This commit is contained in:
Lisa Cawley 2020-03-03 10:28:54 -08:00 committed by lcawl
parent bb4bcbc54c
commit 892f0d5848
1 changed files with 5 additions and 1 deletions

View File

@ -760,7 +760,9 @@ not be set to `false` on any {ml} nodes.
end::indices[] end::indices[]
tag::indices-options[] tag::indices-options[]
Object specifying index expansion options used during search. Specifies index expansion options that are used during search.
+
--
For example: For example:
``` ```
{ {
@ -770,6 +772,8 @@ For example:
"ignore_throttled": true "ignore_throttled": true
} }
``` ```
For more information about these options, see <<multi-index>>.
--
end::indices-options[] end::indices-options[]
tag::influencers[] tag::influencers[]