search-client
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
search-client
search-client
/
com.jillesvangurp.ktsearch
/
update
update
inline suspend
fun
<
T
>
BulkSession
.
update
(
script
:
Script
,
id
:
String
,
upsert
:
T
,
index
:
String
?
=
null
,
requireAlias
:
Boolean
?
=
null
)
inline suspend
fun
<
T
>
BulkSession
.
update
(
doc
:
T
,
id
:
String
,
index
:
String
?
=
null
,
requireAlias
:
Boolean
?
=
null
,
docAsUpsert
:
Boolean
?
=
null
)