Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 803 Bytes

SearchResponse.md

File metadata and controls

17 lines (12 loc) · 803 Bytes

SearchResponse

Response object of a search request

Properties

Name Type Description Notes
took int [optional]
timed_out bool [optional]
aggregations {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]
hits SearchResponseHits [optional]
profile {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]
warning {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]

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