Thanks a lot for the answer.
I finally achieve this using boost and scale function on top of my query
https://wiki.apache.org/solr/FunctionQuery#scale
Thanks to scale no matter how big are the values or small on my People and
Assignment Columns I can range them to a value between 1 and 2.
{!boos
If you’re using edismax, adding a boost parameter
`boost=num_employees&boost=num_locations` should incorporate those integers
into the scores. Just try one at a time at first - you’ll likely want to wrap
it into a single function, along the lines of something like
`boost=mul(num_employees,num_