About this resource

Represents a complete search response, including a paged collection of hits and optional facet information

Properties

Property Description Type
facets The collection of facets. Collection of Facet items
items One page of this paged collection, which is a subcollection of the complete collection. Collection of Record items
page The current page of this paged collection. int32
pageSize The current page size of this paged collection. int32
skip The current skip size of this paged collection. int32
take The current take size of this paged collection. int32
totalCount The total count of items in this paged collection, not just on the current page. int64
truncatedFacets List of facets truncated from a search. Collection of string items

Relations

Method Name Select-key Resource type Description
GET self Provides a link to this resource.
GET first A link to the first page of this paged collection.
GET prev A link to the previous page of this paged collection.
GET next A link to the next page of this paged collection.
GET last A link to the last page of this paged collection.