Re: Understanding parsed queries.

2016-03-15 Thread Modassar Ather
The query parsing is not strict Boolean logic, here's a great writeup on the topic: https://lucidworks.com/blog/2011/12/28/why-not-and-or-and-not/ Thanks for pointing to the link. I have gone through this post. Following is mentioned in the post. Practically speaking this means that NOT takes prec

Re: Understanding parsed queries.

2016-03-15 Thread Erick Erickson
The query parsing is not strict Boolean logic, here's a great writeup on the topic: https://lucidworks.com/blog/2011/12/28/why-not-and-or-and-not/ The outer "+" is simply the entire clause (of which there is only one) must be present, i.e. it's the whole query. My guess as to why the counts are t