Re: Problems executing boolean queries involving NOT clauses

2017-03-10 Thread Chris Hostetter
: From the first class, it seems similar to : https://wiki.apache.org/solr/NegativeQueryProblems See also: https://lucidworks.com/2011/12/28/why-not-and-or-and-not/ -Hoss http://www.lucidworks.com/

Re: Problems executing boolean queries involving NOT clauses

2017-03-08 Thread Sundeep T
I am just trying to clarify whether there is a bug here in solr. It seems that when solr tranlsates sql into the underlying solr query, it puts parantheses around "NOT" clause expressions. But that does not seem to be working correctly and is not returning expected results. If parantheses around th

Re: Problems executing boolean queries involving NOT clauses

2017-03-08 Thread Alexandre Rafalovitch
>From the first class, it seems similar to https://wiki.apache.org/solr/NegativeQueryProblems Regards, Alex. http://www.solr-start.com/ - Resources for Solr users, new and experienced On 8 March 2017 at 22:34, Sundeep T wrote: > Hi, > > I am using solr 6.3 version. > > We are seeing iss

Re: Problems executing boolean queries involving NOT clauses

2017-03-08 Thread Erick Erickson
What _exactly_ are you testing? It's unclear whether you're asking about general Lucene/Solr syntax or some of the recent streaming SQL work. On Wed, Mar 8, 2017 at 7:34 PM, Sundeep T wrote: > Hi, > > I am using solr 6.3 version. > > We are seeing issues involving NOT clauses when they are paired