toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch
/
BulkResponse
/
ItemDetails
Item
Details
@
Serializable
data
class
ItemDetails
(
val
index
:
String
,
val
type
:
String
?
,
val
id
:
String
,
val
version
:
Long
?
,
val
result
:
String
?
,
val
shards
:
Shards
?
,
val
seqNo
:
Long
?
,
val
primaryTerm
:
Long
?
,
val
status
:
Int
,
val
error
:
BulkResponse.ItemError
?
=
null
,
val
source
:
JsonObject
?
=
null
)
Members
Constructors
Item
Details
Link copied to clipboard
constructor
(
index
:
String
,
type
:
String
?
,
id
:
String
,
version
:
Long
?
,
result
:
String
?
,
shards
:
Shards
?
,
seqNo
:
Long
?
,
primaryTerm
:
Long
?
,
status
:
Int
,
error
:
BulkResponse.ItemError
?
=
null
,
source
:
JsonObject
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
BulkResponse.ItemError
?
=
null
id
Link copied to clipboard
@
SerialName
(
value
=
"_id"
)
val
id
:
String
index
Link copied to clipboard
@
SerialName
(
value
=
"_index"
)
val
index
:
String
primary
Term
Link copied to clipboard
@
SerialName
(
value
=
"_primary_term"
)
val
primaryTerm
:
Long
?
result
Link copied to clipboard
val
result
:
String
?
seq
No
Link copied to clipboard
@
SerialName
(
value
=
"_seq_no"
)
val
seqNo
:
Long
?
shards
Link copied to clipboard
@
SerialName
(
value
=
"_shards"
)
val
shards
:
Shards
?
source
Link copied to clipboard
@
SerialName
(
value
=
"_source"
)
val
source
:
JsonObject
?
=
null
status
Link copied to clipboard
val
status
:
Int
type
Link copied to clipboard
@
SerialName
(
value
=
"_type"
)
val
type
:
String
?
version
Link copied to clipboard
@
SerialName
(
value
=
"_version"
)
val
version
:
Long
?