摘要: lucene将倒排索引的信息写入.tim和.tip文件,这部分代码也是lucene最核心的一部分。倒排索引的写过程从BlockTreeTermsWriter的write函数开始, BlockTreeTermsWriter::write public void write(Fields fields) 阅读全文
posted @ 2018-08-12 09:34 車輪の唄 阅读(76) 评论(0) 推荐(0)