-
Notifications
You must be signed in to change notification settings - Fork 400
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 fields in ElasticSearch 7.* #223
Comments
I have the same issue, do you have any updates? |
I think there is no solution to this in this package, it doesnt support new versions of Elastic Search really well.. look into elastic search's own package I think its called Elastic_php something.. I am putting elastic search on back burner for now |
I found the solution just add this code in your model
by default, this package gets the name types and in our case, we don't need the type name |
Nice that work for me ! |
Hello, Is there a solution to this problem? |
How do I map field in latest version of Elastic search as type is removed and when I try to use put mapping it gives me error
"illegal_argument_exception","reason":"Types cannot be provided in put mapping requests, unless the include_type_name parameter is set to true"
The text was updated successfully, but these errors were encountered: