Open lukasz-gosiewski opened 7 years ago
When searching for object like this
Search search = new Search.Builder("testIndex", "date:testdate").build(); riakClient.execute(search).getAllResults();
There is no option to map response as a POJO. Will it be added in the future? Is there any best apporach of mapping it manualy?
When searching for object like this
Search search = new Search.Builder("testIndex", "date:testdate").build(); riakClient.execute(search).getAllResults();
There is no option to map response as a POJO. Will it be added in the future? Is there any best apporach of mapping it manualy?