Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 745 Bytes

DeleteDocumentRequest.md

File metadata and controls

14 lines (10 loc) · 745 Bytes

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

Properties

Name Type Description Notes
Index string Index name
Cluster string cluster name [optional]
Id long Document ID [optional]
Query Object Query tree object [optional]

[Back to Model list] [Back to API list] [Back to README]