Jack Krupansky-2 wrote > What query parser and release of Solr are you using? > > There was a bug at one point where a fielded term immediately after a left > parenthesis was not handled properly. > > If I recall, just insert a space after the left parenthesis. > > Also, the dismax query parser does not support parentheses. > > -- Jack Krupansky
I'm using "standard" as the default query parser. <requestHandler name="standard" class="solr.SearchHandler" default="true"> Solr version is 3.4.0. Yes, that's old. Adding a space after the left parenthesis didn't make a difference. -- View this message in context: http://lucene.472066.n3.nabble.com/very-simple-boolean-query-not-working-tp4083895p4083904.html Sent from the Solr - User mailing list archive at Nabble.com.