Class DeleteDocuments
java.lang.Object
io.fluxcapacitor.common.api.Request
io.fluxcapacitor.common.api.Command
io.fluxcapacitor.common.api.search.DeleteDocuments
- All Implemented Interfaces:
JsonType
Command to delete documents from the search store based on a search query.
This command allows for bulk deletion of documents that match a specified SearchQuery
,
across one or more collections. The deletion respects the provided Guarantee
.
-
Constructor Details
-
DeleteDocuments
public DeleteDocuments()
-