toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch
/
DocumentUpdateResponse
/
UpdatedSourceInformation
Updated
Source
Information
@
Serializable
data
class
UpdatedSourceInformation
(
val
source
:
JsonObject
?
,
val
seqNo
:
Int
?
,
val
primaryTerm
:
Int
?
,
val
version
:
Long
?
,
val
found
:
Boolean
,
val
routing
:
String
?
=
null
)
Members
Constructors
Updated
Source
Information
Link copied to clipboard
constructor
(
source
:
JsonObject
?
,
seqNo
:
Int
?
,
primaryTerm
:
Int
?
,
version
:
Long
?
,
found
:
Boolean
,
routing
:
String
?
=
null
)
Properties
found
Link copied to clipboard
val
found
:
Boolean
primary
Term
Link copied to clipboard
@
SerialName
(
value
=
"_primary_term"
)
val
primaryTerm
:
Int
?
routing
Link copied to clipboard
@
SerialName
(
value
=
"_routing"
)
val
routing
:
String
?
=
null
seq
No
Link copied to clipboard
@
SerialName
(
value
=
"_seq_no"
)
val
seqNo
:
Int
?
source
Link copied to clipboard
@
SerialName
(
value
=
"_source"
)
val
source
:
JsonObject
?
version
Link copied to clipboard
val
version
:
Long
?