edetti
Sent: Friday, October 26, 2012 8:37 AM
To: solr-user@lucene.apache.org
Subject: Re: [Solr boost] Date boost for certain query set
I've made some steps ahead.
I'm writing a function to this sort of clustered boosting:
product(recip(ms(NOW,data),3.16e-11,1,1),exists(query(field:value)
I've made some steps ahead.
I'm writing a function to this sort of clustered boosting:
product(recip(ms(NOW,data),3.16e-11,1,1),exists(query(field:value)))
I multiply the boost, for a specific value of some field, the exists
function will return 0 or 1, and this would cancel or use the date boost.
Hi guys,
I was fighting with boost factor in my edismax request handler :
edismax
(idente:2)^0.1
recip(ms(NOW,data),3.16e-11,1,1)
I'm playing with bq( boost query) and bf (boost function).
Is it possible to catenate bq and bf in certain manners?
For example :
I w