|
|
@ -53,9 +53,7 @@ paths:
|
|
|
|
"keys": [
|
|
|
|
"keys": [
|
|
|
|
"content.body"
|
|
|
|
"content.body"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"search_term": "martians and men"
|
|
|
|
"search_term": "martians and men",
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"order_by": "recent",
|
|
|
|
"order_by": "recent",
|
|
|
|
"groupings": {
|
|
|
|
"groupings": {
|
|
|
|
"group_by": [
|
|
|
|
"group_by": [
|
|
|
@ -65,6 +63,8 @@ paths:
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
properties:
|
|
|
|
properties:
|
|
|
|
search_categories:
|
|
|
|
search_categories:
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
@ -181,6 +181,12 @@ paths:
|
|
|
|
count:
|
|
|
|
count:
|
|
|
|
type: number
|
|
|
|
type: number
|
|
|
|
description: An approximate count of the total number of results found.
|
|
|
|
description: An approximate count of the total number of results found.
|
|
|
|
|
|
|
|
highlights:
|
|
|
|
|
|
|
|
type: array
|
|
|
|
|
|
|
|
title: Highlights
|
|
|
|
|
|
|
|
description: List of words which should be highlighted, useful for stemming which may change the query terms.
|
|
|
|
|
|
|
|
items:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
results:
|
|
|
|
results:
|
|
|
|
type: array
|
|
|
|
type: array
|
|
|
|
title: Results
|
|
|
|
title: Results
|
|
|
@ -318,6 +324,10 @@ paths:
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"highlights": [
|
|
|
|
|
|
|
|
"martians",
|
|
|
|
|
|
|
|
"men"
|
|
|
|
|
|
|
|
],
|
|
|
|
"next_batch": "5FdgFsd234dfgsdfFD",
|
|
|
|
"next_batch": "5FdgFsd234dfgsdfFD",
|
|
|
|
"count": 1224,
|
|
|
|
"count": 1224,
|
|
|
|
"results": [
|
|
|
|
"results": [
|
|
|
|