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 Summary
ConstructorsConstructorDescriptionDeleteDocuments(SearchQuery query, Guarantee guarantee) Creates a deletion command that uses the runtime's default batch size. -
Method Summary
Methods inherited from class Command
getGuarantee, routingKey
-
Constructor Details
-
DeleteDocuments
Creates a deletion command that uses the runtime's default batch size.
-