Added the default index value to the `search` API spec

This commit is contained in:
Karel Minarik 2013-09-09 13:33:46 +02:00
parent 46c8bd186c
commit 44c56b0888
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"parts": {
"index": {
"type" : "list",
"default" : "_all",
"description" : "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices"
},
"type": {