Class GetDocuments

java.lang.Object
io.fluxcapacitor.common.api.Request
io.fluxcapacitor.common.api.search.GetDocuments
All Implemented Interfaces:
JsonType

public class GetDocuments extends Request
Request to fetch multiple documents from the search store by collection and their IDs.

This is typically used to retrieve the latest indexed versions of the requested documents for inspection or further processing. If no documents are found, an empty collection is returned.

  • Constructor Details

    • GetDocuments

      public GetDocuments()