Hi,
While bulk indexing I got error:
Bulk error [index]: {"_index":"one","status":400,"_id":"00c98d00-d8c4-46ff-9178-d4b863bd8871","error":{"reason":"mapper [meta.relevance] cannot be changed from type [long] to [float]","type":"illegal_argument_exception"},"_type":"one"}
Yes, it is possible to have values which can looks like as long or float in documents of the same type. But issue is more interesting. I see this error only if I created index with more than one shard, but with one shard I not see it with the same data. How can it be?