Re: Query with plus sign failing

2011-09-29 Thread Erik Hatcher
Just a fact of life with the Lucene query parser. You'll need to escape the + with a backslash for this to work. Erik On Sep 29, 2011, at 12:31 , Shawn Heisey wrote: > The following query is failing: > > ((Google +)) > > This is ultimately reduced to 'google' by my analysis chain, bu

Query with plus sign failing

2011-09-29 Thread Shawn Heisey
The following query is failing: ((Google +)) This is ultimately reduced to 'google' by my analysis chain, but the following is in my log (3.2.0, but 3.4.0 also fails): SEVERE: org.apache.solr.common.SolrException: org.apache.lucene.queryParser.ParseException: Cannot parse '( (Google +))':