Corrected the missing `field` parameter description for `indices.analyze` API
This commit is contained in:
parent
adfac2023f
commit
6ac00c757b
|
@ -18,7 +18,7 @@
|
||||||
},
|
},
|
||||||
"field": {
|
"field": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"description" : "The name of the field to "
|
"description" : "Use the analyzer configured for this field (instead of passing the analyzer name)"
|
||||||
},
|
},
|
||||||
"filters": {
|
"filters": {
|
||||||
"type" : "list",
|
"type" : "list",
|
||||||
|
|
Loading…
Reference in New Issue