The index has a field named 'create_time' that is the timestamp of document created time. The query string can boost the latest created document like below,
{!boost b=recip(ms(NOW,create_time),3.16e-11,0.08,0.05)}name:keyword
There is another field named 'important' that indicates whether the document is important or …
Read More