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
For object arrays that are within nested object and contain leaf values that are "mixed" (some synthetic source values come from doc_values and some from ignored source) synthetic source is not correct.
This bug is fixed by applying a workaround (see PR above). We would like to improve the fix so that it does not require storing additional data in ignored source.
For object arrays that are within nested object and contain leaf values that are "mixed" (some synthetic source values come from doc_values and some from ignored source) synthetic source is not correct.
Following test demonstrates that:
This test produces
{"path":{"to":{"obj":{"id":[1,20,3]}}}}
.The text was updated successfully, but these errors were encountered: