I've got Solr set up on my server, and a test collection loaded.
Without installing anything else, I can search the collection fine using the Solr URL and JSON decoding file_get_contents($url)
.
In order to add/update/delete documents, do I need to install a PHP Solr client? Or is there a native way that is standard to use? If the former, is this the one to install?: http://www.php.net/manual/en/book.solr.php - or can you recommend another and why?