Skip to content

Commit

Permalink
Closes elastic#9398
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Ochsner committed Jan 23, 2015
1 parent 6aff2b9 commit ce23ac0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rest-api-spec/api/search.json
Expand Up @@ -42,6 +42,10 @@
"type" : "list",
"description" : "A comma-separated list of fields to return as part of a hit"
},
"fielddata_fields": {
"type" : "list",
"description" : "A comma-separated list of fields to return as the field data representation of a field for each hit"
},
"from": {
"type" : "number",
"description" : "Starting offset (default: 0)"
Expand Down

0 comments on commit ce23ac0

Please sign in to comment.