次のようなエラスティック検索インデックス値を使用できます
"key": [
14.0,
"somestring"
]
このデータを取り込もうとすると、このエラーが発生します
org.elasticsearch.hadoop.rest.EsHadoopInvalidRequest: Found unrecoverable error [Bad Request(400) - [WriteFailureException; nested: MapperParsingException[failed to parse [FIXMessage.key]]; nested: NumberFormatException[For input string: "somestring"]; ]]; Bailing out..
まず、上記は有効な JSON 形式ですか? もしそうなら、なぜエラスティックはそれをインデックス化できないのですか?