Class HarvestSolrDaemon


  • public class HarvestSolrDaemon
    extends gov.nasa.jpl.oodt.cas.crawl.daemon.CrawlDaemon
    Class that provides the capability to make the Harvest Tool run in persistance mode.
    Author:
    mcayanan
    • Constructor Detail

      • HarvestSolrDaemon

        public HarvestSolrDaemon​(int wait,
                                 List<PDSProductCrawler> crawlers,
                                 int port)
        Constructor
        Parameters:
        wait - The time in seconds to wait in between crawls.
        crawlers - A list of PDSProductCrawler objects to be used during crawler persistance.
        port - The port nunmber to be used.
    • Method Detail

      • startCrawling

        public void startCrawling()
        Starts the crawling mechanism.
        Overrides:
        startCrawling in class gov.nasa.jpl.oodt.cas.crawl.daemon.CrawlDaemon