Payload scoring in elasticsearch?

Hey!

I've been trying to write a custom text scoring function in Elasticsearch and I can't find a way to do it. I want to weight the score of each query term with a payload passed inside the query. How can I do it using elastichsearch?

There are similar posts to this, but neither of them with answers:

Is it an open issue?

Cheers,
Paulo

Hi,

It is a bit more complex than weight terms by payload, Function score does not help you?