Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 705 Bytes

InsertDocumentRequest.md

File metadata and controls

14 lines (10 loc) · 705 Bytes

ManticoreSearch.Model.InsertDocumentRequest

Object containing data for inserting a new document into the index

Properties

Name Type Description Notes
Index string Name of the index to insert the document into
Cluster string Name of the cluster to insert the document into [optional]
Id long Document ID. If not provided, an ID will be auto-generated [optional]
Doc Object Object containing document data

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