mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
[DOCS] Remove beta admon for runtime fields
This commit is contained in:
parent
86b66d8afc
commit
c5a2f9ed9c
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ The API response returns the top 10 documents matching the query in the
|
||||||
[[run-search-runtime-fields]]
|
[[run-search-runtime-fields]]
|
||||||
== Define fields that exist only in a query
|
== Define fields that exist only in a query
|
||||||
Instead of indexing your data and then searching it, you can define
|
Instead of indexing your data and then searching it, you can define
|
||||||
<<runtime-search-request,runtime fields>>beta:[] that only exist as part of your
|
<<runtime-search-request,runtime fields>> that only exist as part of your
|
||||||
search query. You specify a `runtime_mappings` section in your search request
|
search query. You specify a `runtime_mappings` section in your search request
|
||||||
to define the runtime field, which can optionally include a Painless script.
|
to define the runtime field, which can optionally include a Painless script.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue