Re: Dynamically boost search scores

2011-03-15 Thread Brian Lamb
Thank you for the advice. I looked at the page you recommended and came up with: http://localhost:8983/solr/search/?q=dogfl=boost_score,genus,species,scorerows=15bf=%22ord%28sum%28boost_score,1%29%29 ^10%22 But appeared to have no effect. The results were in the same order as they were when I

Re: Dynamically boost search scores

2011-03-15 Thread Ahmet Arslan
the page you recommended and came up with: http://localhost:8983/solr/search/?q=dogfl=boost_score,genus,species,scorerows=15bf=%22ord%28sum%28boost_score,1%29%29 ^10%22 But appeared to have no effect. The results were in the same order as they were when I left off the bf parameter. So

Dynamically boost search scores

2011-03-14 Thread Brian Lamb
Hi all, I have a field in my schema called boost_score. I would like to set it up so that if I pass in a certain flag, each document score is boosted by the number in boost_score. For example if I use: http://localhost/solr/search/?q=dog I would get search results like normal. But if I use:

Re: Dynamically boost search scores

2011-03-14 Thread Markus Jelsma
See boosting documents by function query. This way you can use document's boost_score field to affect the final score. http://wiki.apache.org/solr/FunctionQuery On Monday 14 March 2011 16:40:42 Brian Lamb wrote: Hi all, I have a field in my schema called boost_score. I would like to set it