spec the highlights field in /search response

pull/977/head
Michael Telatynski 6 years ago
parent ee98082a60
commit 4ff5887c91
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E

@ -181,6 +181,12 @@ paths:
count:
type: number
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:
type: array
title: Results

Loading…
Cancel
Save