Hi All, How to make Solr multiple dataimporthandler scheduleer in php?
I have multiple dataimport in solrconfig.xml I want to make a php script which will make index one by one by running url like below... http://localhost:8080/solr/core_sql/dataimport1?command=full-import http://localhost:8080/solr/core_sql/dataimport2?command=full-import&clean=false http://localhost:8080/solr/core_sql/dataimport3?command=full-import&clean=false second url will wait until the first url index not being finish successfully or will through some exception if happens during process. And will not rich to Maximum execution time say 230. Please anybody can help me to write the script? or any idea? Regards, Ashim Bose -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-make-Solr-multiple-dataimporthandler-scheduleer-in-php-tp4037302.html Sent from the Solr - User mailing list archive at Nabble.com.