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.
> 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
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
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