You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Pooja Verlani <po...@gmail.com> on 2009/09/24 08:51:52 UTC

Using recency rord on /distrib

Hi,
I have to put recency using recip and rord functions on an app using
/distrib requesthandler.
Can i put bf param in /distrib directly call the url like:
http://localhost:8983/solr/distrib/?q=cable

where in /distrib requesthandler bf is defined as:
<str name="bf">
        recip(rord(last_sold_date),1,1000,1000)^0.7
     </str>

I am not able to see the difference in the results with or without the bf
param defined.

Please share your views.

regards,
Pooja