Another option is to use something like edismax
http://wiki.apache.org/solr/ExtendedDisMax.  You simply assign your qf
as something like title^10 brand^5 description^1 and then do a sort
based on price/discount, i.e. sort=price asc, discount desc

On Fri, Mar 30, 2012 at 8:17 AM, mads <mads...@yahoo.dk> wrote:
> Hi Martin,
>
> Thanks for the reply. I have been reading a bit about the way you suggest,
> so I think I will try to look further into it, unless anybody else has
> comments or ideas.
>
> Thanks again.
> Regards Mads
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Solr-advanced-boosting-tp3867025p3870661.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to