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: Long? = null, primaryTerm: Long? = 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