Class GetDocument
java.lang.Object
io.fluxcapacitor.common.api.Request
io.fluxcapacitor.common.api.search.GetDocument
- All Implemented Interfaces:
JsonType
Request to fetch a single document from the search store by ID and collection.
This is typically used to retrieve the latest indexed version of a document for inspection or further processing. If no document is found, an empty result is returned.
-
Constructor Details
-
GetDocument
public GetDocument()
-