Gleanex.Indexing.BulkIndexDocumentsRequest (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a BulkIndexDocumentsRequest

Summary

Types

t()

@type t() :: %Gleanex.Indexing.BulkIndexDocumentsRequest{
  datasource: String.t() | nil,
  disableStaleDocumentDeletionCheck: boolean() | nil,
  documents: [Gleanex.Indexing.DocumentDefinition.t()] | nil,
  forceRestartUpload: boolean() | nil,
  isFirstPage: boolean() | nil,
  isLastPage: boolean() | nil,
  uploadId: String.t() | nil
}