You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/09/10 14:36:39 UTC

[Solr Wiki] Update of "SolPHP" by DonovanJimenez

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
+