Using elasticsearch.net, how to orderby totalsalary (not a actual field in elastic) which comes from two actual fields

i have two field in elastic search, like clientsalary and spousesalary. But i need to fetch documents from elastic search using total salary (clientsalary + spousesalary) in a descending order on runtime using elasticsearch.net ...

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.