This commit also fixes a typo in the analyze high-level client documentation.
@@ -56,7 +56,7 @@ You can analyze text using the mappings for a particular field in an index:
include-tagged::{doc-tests}/IndicesClientDocumentationIT.java[analyze-field-request]
---------------------------------------------------
-==== Optional arguemnts
+==== Optional arguments
The following arguments can also optionally be provided:
["source","java",subs="attributes,callouts,macros"]
@@ -15,16 +15,6 @@
"index": {
"type" : "string",
"description" : "The name of the index to scope the operation"
- },
- "prefer_local": {
- "type" : "boolean",
- "description" : "With `true`, specify that a local shard should be used if available, with `false`, use a random shard (default: true)"
- "format": {
- "type": "enum",
- "options" : ["detailed","text"],
- "default": "detailed",
- "description": "Format of the output"
}
},