Indexed runtime field is executed at query time, instead of being read from disk. #119939
Labels
>bug
:Search Foundations/Mapping
Index mappings, including merging and defining field types
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
fyi @herrBez
Elasticsearch Version
8.17.0 (probably all)
Installed Plugins
No response
Java Version
bundled
OS Version
ESS
Problem Description
Runtime field inside the mapping writes the value to disk. It is expected to read it from disk as well. However, in this case it is executed at query time, thus re-executing the script.
Steps to Reproduce
Run this:
And you get as
event.ingested
the query time and not the index time.Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: