Elasticsearch 'mapper_parsing_exception'

brody·2020년 12월 1일
0

Join field에 null이 들어가면 fail to parse exception이 남.

{
  "error" : {
    "root_cause" : [
      {
        "type" : "mapper_parsing_exception",
        "reason" : "failed to parse"
      }
    ],
    "type" : "mapper_parsing_exception",
    "reason" : "failed to parse",
    "caused_by" : {
      "type" : "illegal_state_exception",
      "reason" : "[null] expected START_OBJECT or VALUE_STRING but was: VALUE_NULL"
    }
  },
  "status" : 400
}
profile
일하며 하는 기록

0개의 댓글