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=16&rev2=17 '''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]] + The php extension can be downloaded from the [[http://pecl.php.net/package/solr|Apache 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) + * Simplified interface to access server response data Solr Object * 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. + The Apache Solr PHP extension uses version 2.2 of the xml response format internally. + + The contents XML response document is transformed into native PHP types and the result is returned as a SolrObject instance. '''Using Solr's PHP Output (Solr Version >=1.3)'''
