SearchResponse¶
Properties¶
| Name | Type | Description |
|---|---|---|
| count | integer | Actual count of results in actual query but not count possible results |
| values | IndexResponse[] | Paged count of results by query |
| facets | object | Dictionary of facets by the query. Where the key is a string with name of facets from azure search, and the value is SearchFacetResponse |