REST spec: Added the verbose flag to indices.segments

Relates to #9111
This commit is contained in:
Clinton Gormley 2015-11-30 07:41:14 +01:00
parent ddf1252a07
commit 27dac8dc2c
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@
},
"operation_threading": {
"description" : "TODO: ?"
},
"verbose": {
"type": "boolean",
"description": "Includes detailed memory usage by Lucene.",
"default": false
}
}
},