Rest-Spec: search was missing the track_scores param

This commit is contained in:
Clinton Gormley 2014-06-12 18:25:13 +02:00
parent 2330421816
commit eabd4abf57

View File

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