Re: DisMax search

2011-10-27 Thread jyn7
Sorry my bad :(. Thanks for the help. It worked. I completely overlooked the defType. -- View this message in context: http://lucene.472066.n3.nabble.com/DisMax-search-tp3455671p3458454.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DisMax search

2011-10-27 Thread Ahmet Arslan
> I am searching for 9065 , so its not > about case sensitivity. My search is > searching across all the field names and not limiting it to > one > field(specified in the qf param and using deftype dismax) By saying case sensitivity, Erik was referring def*T*ype parameter itself. (not the value o

Re: DisMax search

2011-10-26 Thread jyn7
I am searching for 9065 , so its not about case sensitivity. My search is searching across all the field names and not limiting it to one field(specified in the qf param and using deftype dismax) -- View this message in context: http://lucene.472066.n3.nabble.com/DisMax-search-tp3455671p3456716.h

Re: DisMax search

2011-10-26 Thread Erik Hatcher
Maybe a case sensitive issue? defType it should be. Erik On Oct 26, 2011, at 16:03, jyn7 wrote: > Hi, > > I am using a dismax search and limiting the query parameters using qf: > /solrbgp/select/?facet=true&qf=memnum&q=%229065%22&deftype=dismax&start=0&rows=10 > > My understanding is SOL