Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by DonovanJimenez: http://wiki.apache.org/solr/SolPHP ------------------------------------------------------------------------------ + '''Original Client Code Contributed By Brian Lucas:''' + There are two classes for PHP: [https://issues.apache.org/jira/browse/SOLR-50 SolrUpdate ] and [https://issues.apache.org/jira/browse/SOLR-51 SolrQuery]. @@ -11, +13 @@ - add back in the logging and debugging classes that clean up the "echo" calls + + '''Alternative Client Contributed by Donovan Jimenez:''' + + Zip archive can be found at [https://issues.apache.org/jira/browse/SOLR-341 SolrPhpClient] + + * Adding, Deleting (by id and query), committing, optimizing and of course searching against a Solr instance + * Written for PHP 5 in Zend Framework / PEAR coding style + * PHPDoc generated API documentation included + * See link above for example usage in the description +
