What's the best way to apply a boost factor dynamically to a (small) subset of documents? I can't set the boost value during indexing because it's dynamically computed depending on the current user and other often changing data.
Is there a better way than to simply retrieve all the results, apply the boost factor manually to the scores and sort the results again?
Nick
