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
We changed things in #27469 to filter parent docs by using an exists query on the
primary_term field. However, the equivalent query for nested documents is still using
the type field. This commit makes newNestedFilter build the complement of
newNonNestedFilter instead.
0 commit comments