Name | Type | Description | Notes |
---|---|---|---|
took | Option<i32> | Time taken to execute the search | [optional] |
timed_out | Option<bool> | Indicates whether the search operation timed out | [optional] |
aggregations | Option<serde_json::Value> | Aggregated search results grouped by the specified criteria | [optional] |
hits | Option<crate::models::SearchResponseHits> | [optional] | |
profile | Option<serde_json::Value> | Profile information about the search execution, if profiling is enabled | [optional] |
scroll | Option<String> | Scroll token to be used fo pagination | [optional] |
warning | Option<serde_json::Value> | Warnings encountered during the search operation | [optional] |