Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for unsigned numbers #387

Open
DevQps opened this issue Sep 17, 2019 · 1 comment
Open

Add support for unsigned numbers #387

DevQps opened this issue Sep 17, 2019 · 1 comment

Comments

@DevQps
Copy link

DevQps commented Sep 17, 2019

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.

@mwilliammyers
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants