algoliasearch-client-java
algoliasearch-client-java copied to clipboard
Strategies / support for marshaling with multi index queries?
- Algolia Client Version: 2.16.9
- Language Version: 8
We'd like to query multiple indicies with the .multipleQueries() client method and we'd like to be able to use Jackson to deserialize the objects returned from each index.
Is there support for this that we're missing and if not do you have any recommendations / strategies for doing so?