toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch.repository
/
IndexRepository
/
update
update
suspend
fun
update
(
id
:
String
,
maxRetries
:
Int
=
5
,
pipeline
:
String
?
=
null
,
refresh
:
Refresh
?
=
null
,
routing
:
String
?
=
null
,
timeout
:
Duration
?
=
null
,
retryDelay
:
Duration
=
2.seconds
,
block
:
(
T
)
->
T
)
:
Pair
<
T
,
DocumentIndexResponse
>