spec the highlights field in /search response
This commit is contained in:
parent
ee98082a60
commit
4ff5887c91
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue