Return Object[] to Client

I am using the search_after feature of ElasticSearch to send get some results. I want to send the Object[] of sortValues to the client so it can be used for the next page query.
I am using Java client api.
I wants thinking about converting the Object[] to send to Client. I don't know if that will be right.

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