How to read sort by distance value with Java client

How to read sort by distance value with Java client. This following value.

"sort": [
2.13352991784287
]

Hi @Rajiv_Srivastava,

I am not sure what you are trying to achieve. I assume you want to use SearchHit.getSortValues()from the SearchResponse.

Daniel