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=19&rev2=20

--------------------------------------------------

  
  The documentation for the PECL extension contains instructions on how to 
install the extension and is available in the 
[[http://us.php.net/manual/en/book.solr.php|PHP Manual]] under Search Engine 
Extensions.
  
+ Sometimes, the official documentation may take a while to update. The 
documentation for the Solr PECL extension is constantly being updated from time 
to time.
+ 
+ If you are unable to find some information on the official PHP manual, please 
[[http://docs.php.net/manual/en/book.solr.php|check here]]
+ 
- The latest version of the PECL extension is 0.9.4 (2009-10-23)
+ The latest version of the PECL extension is 0.9.5 (2009-10-27)
  
  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.
+  * Ability to connect to Solr servers behind SSL-enabled containers.
+  * Users can optionally provide PEM-formatted private keys or certificates to 
connect in HTTPS mode.
+  * Users can optionally provide CA certificates to authenticate hostname and 
issuer of SSL certificate.
   * Developers can now update the values of the servlets (such as search, 
update) after the SolrClient instance has been created.
   * Built in, Serializable query string builder objects which effectively 
simplifies the manipulation of name-value pair request parameters across 
repeated requests.
   * The query builder API has methods to add/set, remove or retrieve 
name-value pair values for the following features in Solr : 
SimpleFacetParameters, StatsComponent, MoreLikeThis, HighlightingParameters, 
TermsComponent etc.

Reply via email to