Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@
],
"default":"open",
"description":"Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"local":{
"type":"boolean",
"description":"Return local information, do not retrieve the state from master node (default: false)"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,3 @@ setup:

- match: {test_index.mappings.text.mapping.text.type: text}
- match: {test_index.mappings.text.mapping.text.analyzer: default}

---
"Get field mapping with local parameter should fail":

- requires:
test_runner_features: ["warnings"]
cluster_features: ["gte_v8.0.0"]
reason: "local parameter for get field mapping API was allowed before v8"

- do:
catch: bad_request
indices.get_field_mapping:
fields: text
local: true