Hello,
I'm trying to fix a mapping conflict on a field that is supposed to be a integer but is indexed as text on the index.
So i've created a new index with the correct mapping and did the reindex but it fails after after a few seconds with this error
"cause" : {
    "type" : "mapper_parsing_exception",
    "reason" : "failed to parse [timing]",
    "caused_by" : {
      "type" : "number_format_exception",
      "reason" : "For input string: \"-\""
    }
  },
  "status" : 400
Can I force these documents with the field set as "-" to be empty ?