-
Notifications
You must be signed in to change notification settings - Fork 74
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
Elasticsearch 7 Mapping #65
Comments
I ended up finding a way, just do the process of inserting the data and the attributes will be created automatically Elastix.Document.index (elastic_url, "twitter", "_doc", "1", date) But now I'm trying to find out how to search for a file that looks like it has been changed too. |
|
Changed, now is like this: Elastix.Document.index (elastic_url, "twitter", "_doc", "1", date) |
I made a very basic module based on Elastix.Mapping that works to create an index in 7 without warnings:
|
@sb8244 Thanks, your workaround works. |
Well... it's worth noting this is not the only change needed for ES7 support: |
Is it planned to support Elasticsearch 8? (mapping types are not supported anymore) |
How is the code now to assign as mapping settings? I'm trying a few ways with a new application, but I only have this return error:
Types cannot be provided in placement mapping requests unless the include_type_name parameter is set to true. "
The text was updated successfully, but these errors were encountered: