Class DeleteDocuments
java.lang.Object
io.fluxzero.common.api.Request
io.fluxzero.common.api.Command
io.fluxzero.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()
-