Corrected the missing `field` parameter description for `indices.analyze` API

This commit is contained in:
Karel Minarik 2013-06-18 22:16:52 +02:00
parent adfac2023f
commit 6ac00c757b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
},
"field": {
"type" : "string",
"description" : "The name of the field to "
"description" : "Use the analyzer configured for this field (instead of passing the analyzer name)"
},
"filters": {
"type" : "list",