mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Rest-Spec: search was missing the track_scores param
This commit is contained in:
parent
2330421816
commit
eabd4abf57
@ -139,6 +139,10 @@
|
|||||||
"type" : "time",
|
"type" : "time",
|
||||||
"description" : "Explicit operation timeout"
|
"description" : "Explicit operation timeout"
|
||||||
},
|
},
|
||||||
|
"track_scores": {
|
||||||
|
"type" : "boolean",
|
||||||
|
"description": "Whether to calculate and return scores even if they are not used for sorting"
|
||||||
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "Specify whether to return document version as part of a hit"
|
"description" : "Specify whether to return document version as part of a hit"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user