Hit
@Serializable
Constructors
Link copied to clipboard
constructor(index: String, type: String?, id: String, score: Double?, source: JsonObject?, fields: JsonObject?, sort: JsonArray?, innerHits: Map<String, HitsContainer>?, highlight: JsonObject?, seqNo: Int? = null, primaryTerm: Int? = null, version: Long?, explanation: JsonObject?, matchedQueries: MatchedQueries?)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun <T> SearchResponse.Hit.parseHit(deserializationStrategy: DeserializationStrategy<T>, json: Json = DEFAULT_JSON): T