Hi,
Try DisMax parser with tie parameter:
&q=solr&qf=name^10.03 description^10.02 location^10.01&tie=0.5&defType=dismax
What will happen now is that the field which scores HIGHEST for the term will
"win" the max score (10). If all things are equal, name will win above because
it has slightly h
Hi Tim,
Unfortunately that's not what I am looking for. I understand how to use
the relevancy of a field as described in that example, but it doesn't do
what I asked, which is conditional field weighting.
The difference is that specifying a query with something like
&qf=name^10 description^5 lo
Jack,
Did you see this response to a similar question? I think this is how to
refer to it:
http://lucene.472066.n3.nabble.com/How-to-boost-the-relevancy-of-a-field-tp3671020p3671020.html
How to boost the relevancy of a field
I have / had a similar question to yours, and the response to this qu