{
"index": "myindex",
"body": {
"properties": {
"tags": {
"type": "nested"
}
}
}
}
Output: Caught exception: type is required for Put
{
"index": "myindex",
"type": "_doc",
"include_type_name": "ignore_conflicts",
"ignore_conflicts": true,
"body": {
"properties": {
"tags": {
"type": "nested"
}
}
}
}
Caught exception: "include_type_name" is not a valid parameter. Allowed parameters are "allow_no_indices", "client", "custom", "expand_wildcards", "filter_path", "human", "ignore_conflicts", "ignore_unavailable", "master_timeout", "timeout", "update_all_types"