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
Elasticsearch version (bin/elasticsearch --version): 7.15.1
Plugins installed: []
JVM version (java -version): 11.0.9
OS version (uname -a if on a Unix-like system): Darwin Kernel Version 20.6.0
Description of the problem including expected versus actual behavior:
For fields within nested docs with norms disabled, querying for their existence via 'exists' query appears to not be working. It does however work when norms are enabled. This works with 7.10.2, but no longer does in 7.14.1/7.15.1
Hi @amatoba, thanks for opening this! This was noticed before in #76362 and has been fixed by #78841, so I hope you don't mind that I close this as 'already fixed'.
Elasticsearch version (
bin/elasticsearch --version
): 7.15.1Plugins installed: []
JVM version (
java -version
): 11.0.9OS version (
uname -a
if on a Unix-like system): Darwin Kernel Version 20.6.0Description of the problem including expected versus actual behavior:
For fields within nested docs with norms disabled, querying for their existence via 'exists' query appears to not be working. It does however work when norms are enabled. This works with 7.10.2, but no longer does in 7.14.1/7.15.1
Thanks for your help!
Steps to reproduce:
1.
user.first
user.last
Provide logs (if relevant):
The text was updated successfully, but these errors were encountered: