Skip to content

Commit 594d631

Browse files
committed
Remove the 'fields' URL param from the REST spec.
We don't actually support 'fields' as a URL parameter.
1 parent 8b2247c commit 594d631

File tree

1 file changed

+0
-4
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/api

1 file changed

+0
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/search.json

-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@
5656
"type":"string",
5757
"description":"The field to use as default where no field prefix is given in the query string"
5858
},
59-
"fields": {
60-
"type":"list",
61-
"description":"A comma-separated list of fields to retrieve as part of each hit"
62-
},
6359
"explain":{
6460
"type":"boolean",
6561
"description":"Specify whether to return detailed information about score computation as part of a hit"

0 commit comments

Comments
 (0)