What do you get when you add &debugQuery=true? That should show you the results of the query parsing, which often adds clues.
FWIW, Erick On Mon, Aug 12, 2013 at 1:35 AM, S L <sol.leder...@gmail.com> wrote: > 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. >