Class WaybackIndexerApplication


  • public class WaybackIndexerApplication
    extends 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.
    • Constructor Detail

      • WaybackIndexerApplication

        public WaybackIndexerApplication()
    • Method Detail

      • main

        public static void main​(String[] args)
        Runs the WaybackIndexer. Settings are read from config files so the arguments array should be empty.
        Parameters:
        args - an empty array.