You're absolute right. I missed one field, which did not have the solr.StopFilterFactory applied to. I must of missed that while reading the post yesterday. Anyways, I ensured all the fields that dismax was searching across had the stopwords applied, and now everything works great!
Thanks Hoss! Dan hossman_lucene wrote: > > > : I'm having the same issues. We are using Dismax, with a stopword list. > : Currently we are having customers typing in "model ipod", we added model > to > : the stopwords list and tested with the standard handler..works fine, but > not > : with dismax (MM = 3<-1 5<-2 6<90%). When i comment out MM, it > : works. Do you have any recommendations on how to deal with this issue, > : without doing away with MM (MM does help with alot of phrase queries). > > are you sure your problem isn't the same as Casey's? that you are using > dismax across a field which doesn't treat model as a stopword? > > can you provide the query toString info from debugQuery=true so we can see > exactly how dismax is parsing your request? > > > > -Hoss > > > -- View this message in context: http://www.nabble.com/DisMax-request-handler-doesn%27t-work-with-stopwords--tf3886305.html#a11132189 Sent from the Solr - User mailing list archive at Nabble.com.