Skip to content

Commit

Permalink
Rest-Spec: search was missing the track_scores param
Browse files Browse the repository at this point in the history
  • Loading branch information
clintongormley committed Jun 12, 2014
1 parent 2330421 commit eabd4ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rest-api-spec/api/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eabd4ab

Please sign in to comment.