Re: Help with Query/Function for conditional boost

2017-08-16 Thread Ahmet Arslan
Hi Shamik, I belive 5-args map function can be used here. Here is a link which may inspire you. http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/ Ahmet On Wednesday, August 16, 2017, 11:06:28 PM GMT+3, Shamik Bandopadhyay wrote: Hi,   I'm

Help with Query/Function for conditional boost

2017-08-16 Thread Shamik Bandopadhyay
Hi, I'm trying to create a function to boost dynamically boost a field based on specific values for a searchable field. Here's an example: I've the following query fields with default boost. qf=text^2 title^4 command^8 Also, there's a default boost on the source field. bq=source:help^10