When partitioning lexically an index (i.e., termwise), we need a way to associate to each term {@linkplain #localIndex(int) a local index} (the indexthat will contain the postings of that term) and {@linkplain #localNumber(int) a localterm number} (the number of the term in the local index).
Usually, a lexical partitioning strategy has a matching {@link it.unimi.dsi.mg4j.index.cluster.LexicalClusteringStrategy} whose methodssatisfy the following equations:
globalNumber(localIndex(t), localNumber(t)) = t <localIndex(globalNumber(i, l)), localNumber(globalNumber(i, l))> = <i, l>@author Alessandro Arrabito @author Sebastiano Vigna
|
|
|
|