: ...is this perhaps a side effect of the new autoGeneratePhraseQueries : option? ... you are explicitly specifying a quoted phrase, but : maybe somehwere in the code path of the dismax parser that information is : getting lost?
FWIW: a) I just realized you said in your first message you were using Solr 1.4.1, which *definitely* predates the autoGeneratePhraseQueries option - so i'm really at a loss to understand how you are getting that query structure (definitely want to see your configs) b) I did some quick testing with Solr 3.4 using the example configs, and verified that regardless of how autoGeneratePhraseQueries is set on the fieldType for the "name" field, this request... http://localhost:8983/solr/select/?fl=name&debugQuery=true&q=%22samsung%20hard%20drive%22&defType=dismax&qf=name&qs=100 ..always produces a dismax query wrapped arround a phrase query. -Hoss