sunspot - SOLR - Boost Function Not Working As Expected -


i have following boost function supposed add boost between 0 , 1,000 depending on how recent updated_at field (more recent more boost). older 1 month 0 boost. problem not seem changing result set regardless of what's in updated_at field.

bf = recip(ms(now,updated_at_dt),43.2e-11,1,1)^1000.0 

is wrong function?


Comments