I'm writing a custom update request handler that will poll a "hot" directory for Solr xml files and index anything it finds there. The custom class implements Runnable, and when the run method is called the loop starts to do the polling. How can I tell Solr to load this class on startup to fire off the run() method?
Thanks, -Jay