Skip to content

Files

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 1000 Bytes

SearchResponse.md

File metadata and controls

executable file
·
17 lines (12 loc) · 1000 Bytes

SearchResponse

Properties

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]

[Back to Model list] [Back to API list] [Back to README]