QueryResultOutput interface
The result of the search result.
Properties
| @search. |
The total number of search results (not the number of documents in a single page). |
| @search. |
'True' if the '@search.count' is an approximate value and vise versa. |
| @search. |
A facet list that consists of index fields assetType ,classification, contactId, and label. When the facet is specified in the request, the value of the facet is returned as an element of @search.facets. |
| continuation |
The token used to get next batch of data. Absent if there's no more data. |
| value | Search result value |
Property Details
@search.count
The total number of search results (not the number of documents in a single page).
@search.count?: number
Property Value
number
@search.count.approximate
'True' if the '@search.count' is an approximate value and vise versa.
@search.count.approximate?: boolean
Property Value
boolean
@search.facets
A facet list that consists of index fields assetType ,classification, contactId, and label. When the facet is specified in the request, the value of the facet is returned as an element of @search.facets.
@search.facets?: SearchFacetResultValueOutput
Property Value
continuationToken
The token used to get next batch of data. Absent if there's no more data.
continuationToken?: string
Property Value
string