I want my search results to order by score, which they are doing, but the score is being calculated improperly. This is to say, not necessarily improperly, but differently than ...
I have a field in my schema which holds the number of votes a document has. How can I boost documents based on that number?
Something like the one which has ...
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 ...
I am looking for a way to tell the lucene searcher to ignore document boosting on certain queries?
In our search results we usually work with a dominant boost-factor calculated by the ...