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
Describe the bug
The field existence query doesn't work on nested field unless the field is terminal
Steps to reproduce (if applicable)
Indexing a document like the following
{"foo": {"bar": 1},"whiz": true}
No Matches
foo:*
Matches
foo:bar:*
Matches
whiz:*
Expected behavior
I would expect a document with a field of foo to match when using the existence query even if the field value is an object. That is the behavior seen by elasticsearch nested fields.
Describe the bug
The field existence query doesn't work on nested field unless the field is terminal
Steps to reproduce (if applicable)
Indexing a document like the following
No Matches
Matches
Matches
Expected behavior
I would expect a document with a field of foo to match when using the existence query even if the field value is an object. That is the behavior seen by elasticsearch nested fields.
Version Information
The text was updated successfully, but these errors were encountered: