The wiki page, http://wiki.apache.org/solr/DataImportHandler explains how to index data using DataImportHandler. But the example uses a command to initiate the import operation. How can I schedule a job to do this on a regular basis?c
|
On UNIX/Linux, cron jobs are your friends! On Windows, there is Task Scheduler. UPDATE If you need to programmatically send other requests to Solr, you probably should use the Solrj library. It allows to send all the basic commands to Solr ant it can be configured to access any Solr handlers:
|
|||||||||
|
|
I was able to make it work following the steps:
|
||||
|
|
|
There's a fresh patch by Esteve Fernandez that makes the whole thing work on Unix/Linux: https://issues.apache.org/jira/browse/SOLR-2305 @Eldo If you're going to need more help in building your own JAR just drop a question here... |
|||
|
|