From 6ac00c757b4f3560da57fcae295b0aa16a5de79e Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Tue, 18 Jun 2013 22:16:52 +0200 Subject: [PATCH] Corrected the missing `field` parameter description for `indices.analyze` API --- rest-api-spec/api/indices.analyze.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/api/indices.analyze.json b/rest-api-spec/api/indices.analyze.json index 595985fe61b..804501c6885 100644 --- a/rest-api-spec/api/indices.analyze.json +++ b/rest-api-spec/api/indices.analyze.json @@ -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",