Background
I have a file that gets dropped into a new directory every 10 minutes.
Examples:
/2012/11/05/HH/10/bigfile.txt
/2012/11/05/HH/20/bigfile.txt
/2012/11/05/HH/30/bigfile.txt
/2012/11/05/HH/40/bigfile.txt

I need to schedule a job to index these files every 10 minutes.
Examples:
/2012/11/05/HH/10/indexes/
/2012/11/05/HH/20/indexes/
/2012/11/05/HH/30/indexes/
/2012/11/05/HH/40/indexes/

Anyone have an example of how to do this?




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Example-for-Scheduling-Solr-Indexing-Hadoop-tp4019862.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to