{
"error": {
"root_cause": [
{
"type": "mapper_parsing_exception",
"reason": "Field [_source] is defined both as an object and a field"
}
],
"type": "mapper_parsing_exception",
"reason": "Field [_source] is defined both as an object and a field"
},
"status": 400
}
Have anyone an idea what this error does mean ?
I can't get the _source field in the mapping with
GET /myindice/_mapping/_source
but if I get the details of size of fields it's there
POST myindice/_disk_usage?run_expensive_tasks=true
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.