We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How this work lib works with a dynamic indexed set. Does it do restoring? or Just delete the old index and reindex again.
Now thinking about distributed bm25 :D
The text was updated successfully, but these errors were encountered:
You can definitely just insert as new documents come in, no need to reindex. This was actually my main motivation for building this
although right now the index is purely in memory, so you can't quite distribute the actual index itself
(that would likely require a lot of complex logic and sharding)
Sorry, something went wrong.
No branches or pull requests
How this work lib works with a dynamic indexed set. Does it do restoring? or Just delete the old index and reindex again.
Now thinking about distributed bm25 :D
The text was updated successfully, but these errors were encountered: