SearchQueryResult
data class SearchQueryResult<S : BaseDocSource>(rawResult: Map<String, Any?>?, took: Long, timedOut: Boolean, totalHits: Long?, totalHitsRelation: String?, maxScore: Double?, hits: List<SearchHit<S>>, aggs: Map<String, AggregationResult>) : AggAwareResult
Content copied to clipboard