Does Lucene provide a means to boost fresh documents?
For example suppose that the Lucene document includes a date field. Is it possible, without having the user to alter her query anyhow, to present the most recent documents with a higher score?
I do not want to resort to a coarse "sort by date" solution as it will completely cancel the scoring algorithm.