completion_fields and field_data fields not support in node stats yet.

See https://github.com/elasticsearch/elasticsearch/issues/3746
This commit is contained in:
Clinton Gormley 2013-09-20 14:15:08 +02:00
parent 36b489cbc2
commit e0adae6497
1 changed files with 1 additions and 9 deletions

View File

@ -43,17 +43,9 @@
"type" : "boolean",
"description" : "Reset the default level of detail"
},
"completion_fields": {
"type" : "list",
"description" : "A comma-separated list of fields for `completion` metric (supports wildcards)"
},
"fielddata_fields": {
"type" : "list",
"description" : "A comma-separated list of fields for `fielddata` metric (supports wildcards)"
},
"fields": {
"type" : "list",
"description" : "A comma-separated list of fields for `fielddata` and `completion` metric (supports wildcards)"
"description" : "A comma-separated list of fields for `fielddata` metric (supports wildcards)"
},
"fs": {
"type" : "boolean",