-
Notifications
You must be signed in to change notification settings - Fork 47
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
Reindex with shared index #234
Comments
Hey @jeremylynch how are you? Unfortunately, it does not :/ But I agree that is a very good addition to the library. PRs are welcome! |
I cannot reproduce this issue. Nowhere in the source does Edit: |
How did you try to reproduce @ellnix? Can you share some code 😇? Talking more about the way we do the reindex: I do like the idea of using a |
Unfortunately I don't think I can find the code since I just kept editing it. I create two models The only time when calling At the end of it I resorted to going through the relevant parts of the source code and trying the meilisearch-ruby methods myself on an
If I understand it correctly, it would run into the same problems that index-swap runs into: #267 (comment). |
The project describes how to share a single index across multiple models. However, when calling
reindex!
as described, the index is cleared and replaced with the objects from only one of the two models.Algoliasearch-rails has an option for atomical indexing, is it possible to achieve this in meiliesearch-rails also?
The text was updated successfully, but these errors were encountered: