When i am trying to create a column with format as Percentage it throws an error like this:
{
"error": {
"root_cause": [
{
"type": "mapper_parsing_exception",
"reason": "No handler for type [number] declared on field [fieldez_percentage]"
}
],
"type": "mapper_parsing_exception",
"reason": "Failed to parse mapping [default]: No handler for type [number] declared on field [fieldez_percentage]",
"caused_by": {
"type": "mapper_parsing_exception",
"reason": "No handler for type [number] declared on field [fieldez_percentage]"
}
},
"status": 400
}
Actually what i want to do is i have to add one column to store percentage values always like geo_point does. So that i am doing this. Is this way correct or not?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.