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=17&rev2=18

  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 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 Solr Object
+  * Simplified interface to access server response data. SolrObjects can be 
treated as arrays or objects.
-  * Ability to connect to Solr server instances secured behind HTTP 
Authentication and proxy servers
+  * Ability to connect to Solr server instances secured behind HTTP 
Authentication and proxy servers.
  
  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. 
+ The contents of the XML response is transformed into native PHP types and the 
result is returned as a SolrObject instance. 
  
  '''Using Solr's PHP Output (Solr Version >=1.3)'''
  

Reply via email to