mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
[DOCS] Expand examples for runtime fields in a search query (#71237)
* Add warning admonition for removing runtime fields. * Add cross-link to runtime fields. * Expanding examples for runtime fields in a search request. * Clarifying language and simplifying response tests.
This commit is contained in:
parent
d340432622
commit
14aba7bcff
2 changed files with 161 additions and 17 deletions
|
@ -196,7 +196,8 @@ instead of the lengthier `get` method.
|
|||
require semicolons for the final statement of a block. However, it does require
|
||||
them in other cases to remove ambiguity.
|
||||
|
||||
Use this abbreviated syntax anywhere that {es} supports scripts.
|
||||
Use this abbreviated syntax anywhere that {es} supports scripts, such as
|
||||
when you're creating <<runtime-mapping-fields,runtime fields>>.
|
||||
|
||||
[discrete]
|
||||
[[script-stored-scripts]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue