Re: Invalid boolean value for query with exclamation

2010-10-07 Thread Markus Jelsma
On Thu, 7 Oct 2010 06:55:14 -0400, Allistair Crossley wrote: Hi, Quick one ... we have some documents that have punctuation in their indexed title, e.g. !Fast Note the leading exclamation. Our tests show we cannot query for !Fast and find the document. I've just taken a look and Solr is com

Re: Invalid boolean value for query with exclamation

2010-10-07 Thread Ahmet Arslan
> Our tests show we cannot query for !Fast and find the > document. > > I've just taken a look and Solr is coming back with > > Invalid boolean value: !Fast > > It's a valid query for a valid value. I appreciate that > exclamation is a "not" operator. But how does one get around > this scenario?