Search response
Search response¶
Any search response contains list of possible filters and total number of results matching current query.
Property name | Type | Description |
---|---|---|
count | int (nullable) | actual count of results in actual query but not count possible results |
values | SearchValueResponse[] | paged count of results by query |
facets | {string, SearchFacetResponse}[] | Dictionary of facets by the query. Where the key is a string with name of facets from azure search, and the value is SearchFacetResponse |