Often I find myself wanting to control the factors that contribute to scoring results without resorting to complex boolean expressions.
Some examples:
- documents of type X should score better than documents of type Y that should score higher than documents of type Z
- new documents should score higher that old documents
- document with a value in a specific field should score higher, e.g “important=true”
Also discussed in Search boosting - again