.@gmail.com]
> Gesendet: Samstag, 10. April 2010 12:51
> An: solr-user@lucene.apache.org
> Betreff: dismax and qf
>
> Hi,
>
> I use *dismax* and have specified my fields to be boosted in the qf
> parameter in solrconfig.xml. What I understand is that in the
> search U
Perhaps a silly question, but it's amazing
how many of my problems turn out to be
something I do to myself...
Are you sorting on anything other than
score?
Best
Erick
On Sat, Apr 10, 2010 at 6:51 AM, Mark Fletcher
wrote:
> Hi,
>
> I use *dismax* and have specified my fields to be boosted in the
Add &debugQuery=true to your URL, look at the parsed query in the
debug output to see if things changed there between the two qf values,
and then take a look at the score explanations in the debug output.
Erik
On Apr 10, 2010, at 6:51 AM, Mark Fletcher wrote:
Hi,
I use *dismax* an
Hi,
I use *dismax* and have specified my fields to be boosted in the qf
parameter in solrconfig.xml. What I understand is that in the search URL
also I can specify these qf value by doing the addition &qf=field1^100
field2^200 which can override the boost specified to each field in
solrconfig.xml.