Skip to content

Commit 9759e8c

Browse files
Mpdreamzrusscam
authored andcommitted
add patch file for indices.analyze.json in order to maintain backwards compat
(cherry picked from commit a037e28)
1 parent cd4a1cb commit 9759e8c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"indices.analyze": {
3+
"url": {
4+
"params": {
5+
"prefer_local": {
6+
"type": "boolean",
7+
"description": "With `true`, specify that a local shard should be used if available, with `false`, use a random shard (default: true)",
8+
"obsolete": "Erroneously documented as a valid option, no longer document from 6.4 onwards as per https://github.com/elastic/elasticsearch/pull/31795"
9+
10+
},
11+
"format": {
12+
"type": "enum",
13+
"options": [ "detailed", "text" ],
14+
"default": "detailed",
15+
"description": "Format of the output",
16+
"obsolete": "Erroneously documented as a valid option, no longer document from 6.4 onwards as per https://github.com/elastic/elasticsearch/pull/31795"
17+
}
18+
}
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)