-
Notifications
You must be signed in to change notification settings - Fork 63
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
master分支对应lucene哪个版本? #5
Comments
Thanks for your interest. In order to make this conversation beneficial for non Chinese speakers, I'm going to answer your questions in English. Q: Does Rucene produce compatible index with Lucene? Q: Do you have benchmark against official Lucene Q: Do you have benchmark to build index on distributed file system. Q: Does segment merging pose significant burden to system? |
For intersections, Rucene is a bit slower but very close to Lucene's performance. Source: |
Thank's a lot for your great work Paul. @tongjianlin can we take a look at the benchmark and investigate the new optimizations introduced into Lucene that we are missing in the past. |
用master分支build了一个索引,读取segments内容后发现版本是
6.4.18
? 这个版本对应兼容lucene哪个版本呢?完全兼容
原生lucene的吗?The text was updated successfully, but these errors were encountered: