also my request handler looks like this

<requestHandler name="mb_artists" class="solr.SearchHandler">
<lst name="defaults">
<str name="defType">dismax</str>
<str name="qf">name ^2.4</str>
<str name="tie">0.1</str>
</lst>
</requestHandler>

I really need some help on this,
again, what I want is...if I search for "swingline red stapler", In results,
docs that have all three keywords should come on top, then docs that have
any 2 keywords and then docs with 1 keyword, i mean in my sorted order.
thanks
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Search-Results-optimization-tp1129374p1385572.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to