Class HarvestSolrDaemon
- java.lang.Object
-
- gov.nasa.jpl.oodt.cas.crawl.daemon.CrawlDaemon
-
- gov.nasa.pds.harvest.search.crawler.daemon.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 Summary
Constructors Constructor Description HarvestSolrDaemon(int wait, List<PDSProductCrawler> crawlers, int port)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
startCrawling()
Starts the crawling mechanism.
-
-
-
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.
-
-