On 10/5/07, Mike Klaas <[EMAIL PROTECTED]> wrote:
> The other option is to use a function query on the value stored in a
> field (which could represent a range of 'badness').  This can be used
> directly in the dismax handler using the bf (boost function) query
> parameter.

In the near future, you can do a real query-time boost (score multiplication)
by another field or function
https://issues.apache.org/jira/browse/SOLR-334

And even quickly update all the values of the field being used as the boost:
https://issues.apache.org/jira/browse/SOLR-351

-Yonik

Reply via email to