Retrieving multiple documents for which I know the key in one call, Java SDK

Hello, I find myself in a situation where I have the need on my application to retrieve a list of documents for which I know their ids, I have been looking in the SDK code and I dont see an instruction that would allow me to request a get(…) using a list of keys. Is such operation something that can be done through SDK calls? I would really like not to have to use a query for these as it would mean a hit on performance.

Thank you all for your time!

Hi @csanchez, here’s Jeff Kurtz’s answer from a similar forum thread: