Changing score of hits in org.elasticsearch.action.search.SearchResponse

Hi Folks,

I have SearchResponse object, how can I modify the score (external boost) and then return back the sorted (on score) json to the client. I am writing a plugin to do that.

Thanks in advance for help.

-Rahul