RE: Promote documents if they are present in the search results

2017-02-03 Thread Alexandre Drouin
Hi Alexandre, A boost should works for my needs. Thanks! Alexandre Drouin -Original Message- From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Sent: February 3, 2017 12:14 PM To: solr-user Subject: Re: Promote documents if they are present in the search results Importance

Re: Promote documents if they are present in the search results

2017-02-03 Thread Alexandre Rafalovitch
Could you do a basic boost query with a list of all those document ids. If they are in results, their relevance is boosted. If they are not, they are just ignored. You could have that boost query configured in the solrconfig.xml or passed in by a client. Regards, Alex http://www.solr-star