Hits

@Serializable
data class Hits(val maxScore: Double?, val total: SearchResponse.Hits.Total?, val hits: List<SearchResponse.Hit>)

Constructors

Link copied to clipboard
constructor(maxScore: Double?, total: SearchResponse.Hits.Total?, hits: List<SearchResponse.Hit>)

Types

Link copied to clipboard
@Serializable
data class Total(val value: Long, val relation: SearchResponse.Hits.TotalRelation)
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "max_score")
val maxScore: Double?
Link copied to clipboard