[DOCS] Remove beta admon for runtime fields

This commit is contained in:
James Rodewig 2021-04-19 09:35:28 -04:00
parent 86b66d8afc
commit c5a2f9ed9c

View file

@ -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.