We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6adac commit 4a3b230Copy full SHA for 4a3b230
rest-api-spec/src/main/resources/rest-api-spec/api/indices.clear_cache.json
@@ -14,15 +14,15 @@
14
"params": {
15
"field_data": {
16
"type" : "boolean",
17
- "description" : "Clear field data"
+ "description" : "Clear field data. This is deprecated. Prefer `fielddata`."
18
},
19
"fielddata": {
20
21
"description" : "Clear field data"
22
23
"fields": {
24
"type" : "list",
25
- "description" : "A comma-separated list of fields to clear when using the `field_data` parameter (default: all)"
+ "description" : "A comma-separated list of fields to clear when using the `fielddata` parameter (default: all)"
26
27
"query": {
28
0 commit comments