toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch
/
ReindexResponse
/
ReindexResponse
Reindex
Response
constructor
(
took
:
Int
,
timedOut
:
Boolean
,
total
:
Int
,
updated
:
Int
,
created
:
Int
,
deleted
:
Int
,
batches
:
Int
,
versionConflicts
:
Int
,
noops
:
Int
,
retries
:
ReindexRetries
,
throttledMillis
:
Int
,
requestsPerSecond
:
Double
,
throttledUntilMillis
:
Int
,
failures
:
List
<
String
>
)