hello *, i was just reading over the wiki function query page and found this little gem for boosting recent docs thats much better than what i was doing before
recip(ms(NOW,mydatefield),3.16e-11,1,1) my question is, at the bottom it says The most effective way to use such a boost is to multiply it with the relevancy score, rather than add it in. One way to do this is with the boost query parser. how exactly do i use the boost query parser along with the dismax parser? can someone post an example solrconfig snippet? thx much --joe