elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic
/
SearchQueryResult
/
SearchQueryResult
Search
Query
Result
fun
<
S
:
BaseDocSource
>
SearchQueryResult
(
rawResult
:
Map
<
String
,
Any
?
>
?
,
took
:
Long
,
timedOut
:
Boolean
,
totalHits
:
Long
?
,
totalHitsRelation
:
String
?
,
maxScore
:
Float
?
,
hits
:
List
<
SearchHit
<
S
>
>
,
aggs
:
Map
<
String
,
AggregationResult
>
)