Rest-Spec: search was missing the track_scores param
This commit is contained in:
parent
2330421816
commit
eabd4abf57
|
@ -139,6 +139,10 @@
|
|||
"type" : "time",
|
||||
"description" : "Explicit operation timeout"
|
||||
},
|
||||
"track_scores": {
|
||||
"type" : "boolean",
|
||||
"description": "Whether to calculate and return scores even if they are not used for sorting"
|
||||
},
|
||||
"version": {
|
||||
"type" : "boolean",
|
||||
"description" : "Specify whether to return document version as part of a hit"
|
||||
|
|
Loading…
Reference in New Issue