sentenai / solr-query

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Unary NOT (!) operator #3

Closed xnomagichash closed 7 years ago

xnomagichash commented 7 years ago

I'm currently trying to write a query that negates a complex query and it seems the !(...) unary negation operator is not supported in solr-query. Adding support for this would make life much easier.

xnomagichash commented 7 years ago

Binary NOT works.