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 16-bit/half floats in ES 5.x #800

Closed
costin opened this issue Jul 12, 2016 · 3 comments
Closed

Add support for 16-bit/half floats in ES 5.x #800

costin opened this issue Jul 12, 2016 · 3 comments

Comments

@costin
Copy link
Member

costin commented Jul 12, 2016

ES 5.x alpha4 introduced 16-bit float (elastic/elasticsearch#18887) which ES-Hadoop should start supporting.

@acchen97
Copy link
Contributor

Additionally, in the vein of new data types, ES 5.0 is also splitting strings into text (analyzed field, no doc values) or keywords (non-analyzed, doc values enabled by default). elastic/elasticsearch#12394

@jbaiera what do you think about adding this? Happy to create a new issue as this type of stuff is probably worthwhile getting into the major.

@jbaiera
Copy link
Member

jbaiera commented Jul 27, 2016

@acchen97 It seems that support for the text and keyword types was added a while ago. Winner by default!

@acchen97
Copy link
Contributor

Thanks for checking. I remember mentioning it a while back, but couldn't find the issue/PR for it right now.

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

No branches or pull requests

3 participants