As you can see in the attachement, i want to create a mapping called movie but i have the following error: Failed to parse mapping [_doc]: Root mapping definition has unsupported parameters:
{
"mappings": {
"movie":{
"properties": {
"year": {
"type": "date"
}
}
}
}
}
on elasticearch v 7.8