Properties
body
body
:
{ _scroll_id
?: string; _shards
: object; aggregations
?: any; hits
: { hits
: DAppSchemaSearch[]; max_score
: string; total
: { relation
: string; value
: number; }; }; timed_out
: boolean; took
: number; }
Type declaration
-
Optional
_scroll_id?: string
-
_shards: object
-
Optional
aggregations?: any
-
hits: {
hits: DAppSchemaSearch[];
max_score: string;
total: {
relation: string;
value: number;
};
}
-
-
max_score: string
-
total: {
relation: string;
value: number;
}
-
relation: string
-
value: number
-
timed_out: boolean
-
took: number