Thank you Ahmet.
Is there any way I can configure Solr to always use {!boost b=log(popularity)}
as the default for all queries?
I'm using Solr through django-haystack, so all the Solr queries are actually
generated by haystack. It'd be much cleaner if I could configure Solr to always
use BoostQParserPlugin for all queries instead of manually modifying every
single query generated by haystack.
--- On Mon, 1/4/10, Ahmet Arslan <[email protected]> wrote:
From: Ahmet Arslan <[email protected]>
Subject: Re: Any way to modify result ranking using an integer field?
To: [email protected]
Date: Monday, January 4, 2010, 2:33 PM
> Thanks Ahmet.
>
> Do I need to do anything to enable BoostQParserPlugin in
> Solr, or is it already enabled?
I just confirmed that it is already enabled. You can see affect of it by
appending &debugQuery=on to your search url.