Re: Solr advanced boosting

2012-03-30 Thread Jamie Johnson
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 wrote: > Hi

Re: Solr advanced boosting

2012-03-30 Thread mads
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-t

Re: Solr advanced boosting

2012-03-29 Thread Martin Koch
We're doing something similar: We want to combine search relevancy with a fitness value computed from several other data sources. For this, we pre-compute the fitness value for each document and store it a flat file (lines of the format document_id=fitness_score) that we use an externalFileField