When partitioning documentally an index, we need a way to associate to each global document pointer {@linkplain #localIndex(int) a local index} (the indexthat will contain the postings of that document) and {@linkplain #localPointer(int) a localdocument pointer} (the document pointer actually represented in the local index).
Usually, a documental partitioning strategy has a matching {@link it.unimi.dsi.mg4j.index.cluster.DocumentalClusteringStrategy}whose methods satisfy the following equations:
globalPointer(localIndex(d), localPointer(d)) = d <localIndex(globalPointer(i, l)), localPointer(globalPointer(i, l))> = <i, l>@author Alessandro Arrabito @author Sebastiano Vigna
|
|
|
|