Re: query parser attaches "text:" prefix to query
that's it. thanks!
Re: query parser attaches "text:" prefix to query
Because you're using the lucene query parser which doesn't use qf. Add &defType=dismax to get the effect you want. Erik On Jan 11, 2012, at 12:22, Matthias Müller wrote: > Hi, > > when I request a query to solr with > /solr/select?q=query&debugQuery=true&qf=title > I get no result. > > T