Hello, I am using Solr 7.7.2. Below query is not returning expected results on the sample "techproducts" core.
http://localhost:8983/solr/techproducts/select?debug=query&fq={!func}not(exists(popularity))&q=*:*&wt=json&rows=1 The query returns ALL documents in 'numFound' despite the 'not' function. Result is the same even when with defType=edismax (although that should not interfere since I am specifying the 'func' parser). Does this warrant a JIRA? Thanks, Rahul