Browse Source

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

Lisa Cawley 5 years ago
parent
commit
7004216455
1 changed files with 5 additions and 1 deletions
  1. 5 1
      docs/reference/ml/ml-shared.asciidoc

+ 5 - 1
docs/reference/ml/ml-shared.asciidoc

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