My q=(NOT type:3 OR type:3) AND *:*
debugQuery is this:
"debug":{ "rawquerystring":"(NOT type:3 OR type:3) AND *:*", "querystring":"(NOT type:3 OR type:3) AND *:*", "parsedquery":"+(-type:3 type:3) +type:*", "parsedquery_toString":"+(-type:3 type:3) +*:*" }
This situation only occurs in the case of AND (NOT file: value) Because I want to search for parallel OR conditions, one of which is NOT modified When I remove NOT, all the conditions in parentheses will take effect. As long as there is a NOT, the condition of NOT modification will not take effect
i confirm i have datas. Solr Version:7.7.3