xhluca / bm25s

Fast lexical search implementing BM25 in Python using Numpy, Numba and Scipy
https://bm25s.github.io
MIT License
920 stars 39 forks source link

可以增量更新索引吗? #22

Closed bojone closed 4 months ago

bojone commented 4 months ago

如题。实际情况下有很多场景需要实时增量更新。

如果有可能的话,建议参考whoosh、tantivy等,封装为一个比较完整的全文检索底层库。