Class WaybackIndexerApplication


  • public class WaybackIndexerApplication
    extends java.lang.Object
    The entry point for the wayback indexer. This application determines what files in the arcrepository remain to be indexed and indexes them concurrently via batch jobs. The status of all files in the archive is maintained in a persistent object store managed by Hibernate.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Runs the WaybackIndexer.
      • 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​(java.lang.String[] args)
        Runs the WaybackIndexer. Settings are read from config files so the arguments array should be empty.
        Parameters:
        args - an empty array.