On 6/15/2020 8:01 AM, Webster Homer wrote:
Only the minus following the parenthesis is treated as a NOT.
Are parentheses special? They're not mentioned in the eDismax documentation.
Yes, parentheses are special to edismax. They are used just like in
math equations, to group and separate things or to override the default
operator order.
https://lucene.apache.org/solr/guide/8_5/the-standard-query-parser.html#escaping-special-characters
The edismax parser supports a superset of what the standard (lucene)
parser does, so they have the same special characters.
Thanks,
Shawn