-
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 with elasticquent got Root mapping definition has unsupported parameters error #222
Comments
We are waiting for a solution. |
I think the problems in this line in the elasticquent/elasticquent/src/ElasticquentTrait.php The type name is not part of the body, the body should look like:
Right now I'm mapping my fields correctly. using |
i have same probleam |
i have same problem |
I have also same problem |
I'm still using my approach and works for me did you try with it? Event I created a patch in order to apply it after install my dependencies. |
@hectorrodriguez773 which approach you are using please let me know? |
The problems in this line in the elasticquent/elasticquent/src/ElasticquentTrait.php The type name is not part of the body, the body should look like:
You have to use |
Hello,
In Laravel 7.12.0 app I added
"elasticquent/elasticquent": "dev-master" plugin and
I try to implement sample data example from
https://www.elastic.co/blog/a-practical-introduction-to-elasticsearch
with shakespeare.json file
But making mapping I got error :
my config/elasticquent.php :
elasticsearch us running at the moment and I have in console :
I tried to hide columns in $mappingProperties , leaving only sample
But I have the same error. How to fix it ?
elasticsearch : Version: 7.7.0
Thanks!
The text was updated successfully, but these errors were encountered: