Document representing a content search result.
Property | Type | Constraints | Description |
---|---|---|---|
count
|
Integer | The number of returned documents. | |
hits
|
[Content] | The sorted array of search hits. Can be empty. | |
next
|
String | The URL of the next result page. | |
previous
|
String | The URL of the previous result page. | |
query
|
String | The query String that was searched for. | |
refinements
|
[ContentSearchRefinement] | The sorted array of search refinements. Can be empty. | |
selected_refinements
|
Map[String, String] | Map of selected refinement attribute id/value(s) pairs. The sorting order is the same like in request URL. | |
start
|
Integer | minIntegerValue=0 | The zero-based index of the first search hit to include in the result. |
total
|
Integer | The total number of documents. |