MyGit

0.13

quickwit-oss/tantivy

版本发布时间: 2020-08-19 23:01:40

quickwit-oss/tantivy最新发布版本:0.22.0(2024-04-12 13:05:18)

Tantivy 0.13 introduce a change in the index format that will require you to reindex your index (BlockWAND information are added in the skiplist). The index size increase is minor as this information is only added for full blocks. If you have a massive index for which reindexing is not an option, please contact me so that we can discuss possible solutions.

let mut doc = docset.doc();
while doc != TERMINATED {
   // ...
   doc = docset.advance();
}

The change made it possible to greatly simplify a lot of the docset's code.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2020-08-19发行的版本