↧
Shell Script For Submitting Documents to Solr
Here’s a small shell script I’m using to submit pre-made XML documents to Solr. The documents are usually produce by some other program, before being submitted to the Solr server. This way we submit...
View ArticleRetrieving URLs in Parallel With CURL and PHP
As we’ve recently added support for querying Solr servers in parallel, one of the things we added was a simple class to allow us to query several servers at the same time. The CURL library (which has a...
View Article