-
Notifications
You must be signed in to change notification settings - Fork 123
NPE when updating primaryKey after meili update to 0.28.0 (breaking changes) #414
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
Comments
https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0 I see there are breaking changes in 0.28.0:
when do you plan to adapt java library to those changes? |
Hi @dbacinski, |
Any news on this issue @alallema ? |
Hi @rauldeheer, @alallema is currently on vacation :) But we are still working on that refactor; unfortunately, we can't give you an estimation of when we should finish it. Thanks for using Meilisearch, and sorry for the inconvenience! |
Thank you for replying. I'll just wait for a new release, thanks. @brunoocasali |
This issue has been resolved #425 |
Uh oh!
There was an error while loading. Please reload this page.
Description
After update of meilisearch from 0.27.2 to 0.28.0 updating of index primary key has started failing with NPE
meiliClient.updateIndex("indexName", "productId")
It seems like version 0.28.0 is not returning any response but the client library is expecting to get one.
It works fine after reverting meili to 0.27.2
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: