You can use the defType param ni the boost local params  to use a different
handler.  Here is an example for using dismax:

{!boost b=log(popularity) defType=dismax}foo

I do this with a custom handler that I have implemented fro my app.

Bill



On Wed, Jun 9, 2010 at 11:37 PM, Andy <angelf...@yahoo.com> wrote:

> I want to try out the bobo plugin for Solr, which is a custom request
>  handler  (http://code.google.com/p/bobo-browse/wiki/SolrIntegration).
>
> At the same time I want to use BoostQParserPlugin to boost my queries,
> something like {!boost b=log(popularity)}foo
>
> Can I use the {!boost} feature in conjunction with an external custom
> request handler like the bobo plugin, or does {!boost} only work with the
> standard request handler?
>
>
>
>

Reply via email to