zhihu / rucene

Rust port of Lucene
Apache License 2.0
1k stars 61 forks source link

How is it compare to tantivy #6

Open lynic opened 4 years ago

lynic commented 4 years ago

https://github.com/tantivy-search/tantivy Is also a library to port Lucene in rust, did you compare the features between this project and tantivy?

sunxiaoguang commented 4 years ago

Both Tantivy and Lucene are information retrieval libraries, but they are different in design and implementation. Rucene started when Tantivy was still in early stage, therefore we decided to rewrite Lucene in rust instead.

jean343 commented 4 years ago

There is a comparison here: https://tantivy-search.github.io/bench/

xinlmain commented 7 months ago

There is a comparison here: https://tantivy-search.github.io/bench/

No, it doest not contain Rucene.