Open DevQps opened 5 years ago
Currently types such as u32 or u16 cannot be automatically mapped. It would be nice if these numbers could be converted to a larger signed value on the fly.
I have wanted that too. That being said, Elasticsearch doesn't support unsigned integers. @KodrAus, I suppose that is why they haven't been mapped?
Maybe we could do some trickery to map them?
Description
Currently types such as u32 or u16 cannot be automatically mapped. It would be nice if these numbers could be converted to a larger signed value on the fly.