it.unimi.dsi.mg4j.tool
Class MiddlePass

java.lang.Object
  extended byit.unimi.dsi.mg4j.tool.MiddlePass

public final class MiddlePass
extends Object

Permutes a set of batches and related files so that the resulting index has lexicographically ordered terms.

After FirstPass, the term index follows the order in which the different terms have been met. By preprocessing a set of batches with this class, terms are permuted so that the resulting term index coincides with lexicographical order. All data files previously produced by FirstPass are permuted accordingly.

Since:
0.6
Author:
Sebastiano Vigna

Method Summary
static void main(String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] arg)
                 throws IOException
Throws:
IOException