IR-chapter4:Index construction

2017-04-20  本文已影响0人  woodsouthmmm

hardware basics

blocked sort-based indexing

Reuters-RCV1 collection

BSBI merge blocks

open all files simultaneously, and maintain read buffers for all blocks, and a small write buffer for the final result.In each iteration, we choose the lowest termID that has not been processed yet.All postings for the same termID are read and merged, and the merged list is read back to disk.

ex4.6

single pass in-memory indexing

distributed indexing

dynamic indexing

logarithmatic merging
上一篇 下一篇

猜你喜欢

热点阅读