manticoresearch v1.0.0 Manticoresearch.Model.DeleteDocumentRequest

Payload for delete request. Documents can be deleted either one by one by specifying the document id or by providing a query object. For more information see Delete API

Link to this section Summary

Link to this section Types

Specs

t() :: %Manticoresearch.Model.DeleteDocumentRequest{
  id: integer() | nil,
  index: String.t(),
  query: Map | nil
}