Please backport to 3x.
On Mon, Feb 20, 2012 at 2:22 PM, Yonik Seeley
wrote:
> This should be fixed in trunk by LUCENE-2566
>
> QueryParser: Unary operators +,-,! will not be treated as operators if
> they are followed by whitespace.
>
> -Yonik
> lucidimagination.com
>
>
>
> On Mon, Feb 20, 2012 a
Ok thanks.
But I reviewed some of my searches and the - was not surrounded by
withespaces in all cases, so I'll have to remove lucene operators myself
from the user input. I understand there is no predefined way to do so.
--
View this message in context:
http://lucene.472066.n3.nabble.com/lucene
This should be fixed in trunk by LUCENE-2566
QueryParser: Unary operators +,-,! will not be treated as operators if
they are followed by whitespace.
-Yonik
lucidimagination.com
On Mon, Feb 20, 2012 at 2:09 PM, jmlucjav wrote:
> Hi,
>
> I am using edismax with end user entered strings. One sea