"fields" is not a valid value for "metric_family"

This commit is contained in:
Clinton Gormley 2013-06-19 12:14:12 +02:00
parent 6ac00c757b
commit d283afcd63

View File

@ -20,7 +20,7 @@
},
"metric_family" : {
"type" : "enum",
"options" : ["docs", "fielddata", "fields", "filter_cache", "flush", "get", "groups", "id_cache", "ignore_indices", "indexing", "merge", "refresh", "search", "store", "warmer"],
"options" : ["docs", "fielddata", "filter_cache", "flush", "get", "groups", "id_cache", "ignore_indices", "indexing", "merge", "refresh", "search", "store", "warmer"],
"description" : "Limit the information returned to a specific metric"
},
"search_groups" : {