On Sun, Feb 8, 2015 at 9:04 PM, Uwe Schindler wrote:
> Hi,
>
> Lucene does not use algebraic / boolean logic! Maybe review this blog
> post: https://lucidworks.com/blog/why-not-and-or-and-not/
This article is an old classic.
The "plus, minus, nothing" operators aren't without their issues
either
Hi,
Lucene does not use algebraic / boolean logic! Maybe review this blog post:
https://lucidworks.com/blog/why-not-and-or-and-not/
As you see in your examples and how the wqueries are parsed, AND, OR, and NOT
are mapped to something else: Lucene only knows if a term MUST be in results,
or SHO