Skip to content

Fix #1479: Full integral type coverage for field type serialization #1480

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

Merged
merged 3 commits into from
Jul 7, 2015

Conversation

gmarz
Copy link
Contributor

@gmarz gmarz commented Jul 7, 2015

Closes #1479

case "Int16":
case "UInt16":
case "Byte":
case "SByte":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can do better then map to integer e.g CLR byte to Elasticsearch byte

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. Just pushed another commit that adds support for byte and short. Also did some minor cleanup ofTypeMappingWriter`.

@Mpdreamz Mpdreamz closed this Jul 7, 2015
@Mpdreamz Mpdreamz reopened this Jul 7, 2015
Mpdreamz added a commit that referenced this pull request Jul 7, 2015
Fix #1479: Full integral type coverage for field type serialization
@Mpdreamz Mpdreamz merged commit 2a02b71 into develop Jul 7, 2015
@gmarz gmarz deleted the fix/1479 branch July 10, 2015 00:08
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

Successfully merging this pull request may close these issues.

2 participants