Index is not required for segments

This commit is contained in:
Zachary Tong 2013-06-07 14:53:03 -04:00
parent c962bb55f3
commit a3f7d61719
1 changed files with 0 additions and 1 deletions

View File

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