Re: Boosting when matching specific field values

2012-04-09 Thread Chris Hostetter
: possible strings. So if the "source" field has a value "a", then I want : to multiply the score by 1. If the "source" field has a value "b", then I : want to multiple the score by 2 ... and so on. What is the way to go about : doing this ? how long is your "and so on" list? You could use the

Boosting when matching specific field values

2012-04-09 Thread gseoeltru solr
I am using edismax when executing search against set of news articles. I would like to also boost the scores of matched documents based on another field in the documents which I will call "source" which can be set to 3 possible strings. So if the "source" field has a value "a", then I want to mul