TypedDocumentIBulkSession
Functions
Link copied to clipboard
abstract suspend fun update( id: String, script: Script, index: String? = null, requireAlias: Boolean? = null, upsert: JsonObject? = null, ifSeqNo: Long? = null, ifPrimaryTerm: Long? = null, routing: String? = null)
abstract suspend fun update( id: String, doc: String, index: String? = null, requireAlias: Boolean? = null, docAsUpsert: Boolean? = null, ifSeqNo: Long? = null, ifPrimaryTerm: Long? = null, routing: String? = null)
Link copied to clipboard