Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 915 Bytes

SearchResponse.md

File metadata and controls

16 lines (12 loc) · 915 Bytes

ManticoreSearch.Model.SearchResponse

Response object containing the results of a search request

Properties

Name Type Description Notes
Took int Time taken to execute the search [optional]
TimedOut bool Indicates whether the search operation timed out [optional]
Aggregations Object Aggregated search results grouped by the specified criteria [optional]
Hits SearchResponseHits [optional]
Profile Object Profile information about the search execution, if profiling is enabled [optional]
Warning Object Warnings encountered during the search operation [optional]

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