type | description |
---|---|
ApiSearchRequest | A search request allows an API consumer to specify a search query,
including a number of facets, and a sort order.
If using the advanced search endpoint, the pagination parameters must be passed through this object (the request body). |
ApiSearchResult | A search result. Contains metadata about a search, such as result set size, and the actual search results. |
ErrorResponse | An error response contains details about an error that occurred. |
Facet | Requests a facet with the search result. |
Filter | Requests the search results to be filtered by field and keyword. |
Operator | |
ResponseMetadata | Information about a search query and the result set. |
ResultSetMetadata | Information about a result set of a search query. |
Sort | Requests the search results to be sorted in this order. |
SourceField | Requests the search results to include/exclude specific fields from each result source record. |