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
1 changed files with 4 additions and 0 deletions

View File

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