Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "SolPHP" page has been changed by israelekpo: http://wiki.apache.org/solr/SolPHP?action=diff&rev1=15&rev2=16 * Written for PHP 5 in Zend Framework / PEAR coding style * PHPDoc generated API documentation included * See link above for example usage and further documentation + + '''Apache Solr PHP Extension by Israel Ekpo:''' + + The php extension can be downloaded from the [[http://pecl.php.net/package/solr|pecl project home page]] + + A quick list of some of the features of the API include : + * Built in support for adding, deleting, optimizing, searching, rollback, stats, TermsComponent etc. + * Built in serialization of Solr Parameter objects. + * Reuse of HTTP connections across repeated requests. + * Ability to obtain input documents for possible resubmission from query responses. + * Simplified interface to access server response data (SolrObject) + * Ability to connect to Solr server instances secured behind HTTP Authentication and proxy servers + + The Apache Solr PHP extension uses the xml version 2.2 response format internally. '''Using Solr's PHP Output (Solr Version >=1.3)'''
