manticoresearch v1.0.0 Manticoresearch.Model.InsertDocumentRequest

Object with document data.

Link to this section Summary

Link to this section Types

Specs

t() :: %Manticoresearch.Model.InsertDocumentRequest{
  doc: %{optional(String.t()) => Map},
  id: integer() | nil,
  index: String.t()
}