spec the highlights field in /search response

This commit is contained in:
Michael Telatynski 2018-06-05 10:06:26 +01:00
parent ee98082a60
commit 4ff5887c91
No known key found for this signature in database
GPG key ID: 3F879DA5AD802A5E

View file

@ -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