You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since not available via FieldCapabilities API, transform search runtime fields are not "visible" to the mapping deduction code.
Therefore, the destination index is missing mappings for the aggregation fields based on search runtime fields.
This affects aggregations that copy the mapping type from source (min, max) but not the aggregations that use a fixed mapping type (avg).
The text was updated successfully, but these errors were encountered:
We are working on a solution for this, see #68117. You shouldn't need to reimplement that logic, it's much simpler to just rely on field capabilities to do it for you.
Since not available via
FieldCapabilities
API, transform search runtime fields are not "visible" to the mapping deduction code.Therefore, the destination index is missing mappings for the aggregation fields based on search runtime fields.
This affects aggregations that copy the mapping type from source (
min
,max
) but not the aggregations that use a fixed mapping type (avg
).The text was updated successfully, but these errors were encountered: