Class IndexToTable


  • public class IndexToTable
    extends Object
    • Constructor Detail

      • IndexToTable

        public IndexToTable()
    • Method Detail

      • main

        public static void main​(String[] args)
        this class: 1) checks to see that the feature file exists 2) loads an index from disk, if one doesn't exist, it creates it and writes it to disk 3) Converts the index to a human readable table
        Parameters:
        args - 2 parameters: 1) The path of the file to index 2) The output file path
        See Also:
        LinearIndex.writeTable(java.io.PrintStream)
      • printUsage

        public static void printUsage()
        print usage information