toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch
/
SearchResponse
/
Hits
Hits
@
Serializable
data
class
Hits
(
val
maxScore
:
Double
?
,
val
total
:
SearchResponse.Hits.Total
?
,
val
hits
:
List
<
SearchResponse.Hit
>
)
Members
Constructors
Hits
Link copied to clipboard
constructor
(
maxScore
:
Double
?
,
total
:
SearchResponse.Hits.Total
?
,
hits
:
List
<
SearchResponse.Hit
>
)
Types
Total
Link copied to clipboard
@
Serializable
data
class
Total
(
val
value
:
Long
,
val
relation
:
SearchResponse.Hits.TotalRelation
)
Total
Relation
Link copied to clipboard
@
Serializable
enum
TotalRelation
:
Enum
<
SearchResponse.Hits.TotalRelation
>
Properties
hits
Link copied to clipboard
val
hits
:
List
<
SearchResponse.Hit
>
max
Score
Link copied to clipboard
@
SerialName
(
value
=
"max_score"
)
val
maxScore
:
Double
?
total
Link copied to clipboard
val
total
:
SearchResponse.Hits.Total
?