Class DeleteDocuments

All Implemented Interfaces:
JsonType

public class DeleteDocuments extends Command
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()