-
Notifications
You must be signed in to change notification settings - Fork 708
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
mapping of mysql:date/datetime/timestamp fields to es:date type #1
Comments
Thanks for your report! The issue should be fixed with 1.1.0. |
alexanderkjall
pushed a commit
to alexanderkjall/elasticsearch-river-jdbc
that referenced
this issue
Dec 19, 2012
if you want to test the removal of the driver configuration option
pdegeus
pushed a commit
to pdegeus/elasticsearch-river-jdbc
that referenced
this issue
Apr 19, 2013
Fix JDBC river
ghost
mentioned this issue
Sep 8, 2015
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, congratulations for the jdbc-river!
I've tested a case with different date formats, here is the MySQL dump:
The resulting mapping in elasticsearch is:
I did not expect that the field_datestring results in a date, but I guess this is being done by elasticsearch automatically.
Although field_int contains a timestamp, it is correct that it is being mapped to long.
For field_date, field_datetime, field_timestamp I would expect them to being mapped to a date/dateOptionalTime type.
Greetings from Munich,
Jens
The text was updated successfully, but these errors were encountered: