I have the following mapping that is giving errors with the latest elasticsearch:
PUT mydoctype/_mapping
{
"mydoctype": {
"properties": {
"location" : {
"type": "geo_point"
}
}
}
}
I am getting the following error... what is wrong? "Root mapping definition has unsupported parameters: [mydoctype : {properties={location={type=geo_point}}}]"