[DOCS] Adds link in datafeed indices_options (#53067)
This commit is contained in:
parent
bb4bcbc54c
commit
892f0d5848
|
@ -760,7 +760,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:
|
||||
```
|
||||
{
|
||||
|
@ -770,6 +772,8 @@ For example:
|
|||
"ignore_throttled": true
|
||||
}
|
||||
```
|
||||
For more information about these options, see <<multi-index>>.
|
||||
--
|
||||
end::indices-options[]
|
||||
|
||||
tag::influencers[]
|
||||
|
|
Loading…
Reference in New Issue