zhihu / rucene

Rust port of Lucene

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this project the whole engine of zhihu search or just a central library of it?

godlockin opened this issue · comments

the difference is:
if it's a whole engine of it, we may need to deploy multiple instances by maybe docker or some to ensure the HA and distribution then.
if it just a lib for the engine, (like the lucene against elasticsearch/solr) do we have plan to make the whole engine open source then?

Rucene is the core IR library used in the search engine that powers Zhihu Search. Unfortunately the search engine were tightly coupled with many internal components which makes it very hard to work out side of Zhihu.

what a shame...

hope it will be refactored into a independent project and of cuz be open source then lol~