[ANNOUNCEMENT] solr-0.9.11 (beta) Released.

[email protected] ("PECL Announce") 22 Jun 2010 04:39:54 -0000
Newsgroups php.pecl.dev
Message-ID <[email protected]>
The new PECL package solr-0.9.11 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
- Added ability to specify response writer in constructor option ("wt")
- Added new method to set response writer SolrClient::setResponseWriter()
- Currently, the only supported response writers are 'xml' and 'phpnative'
- Added support for new native Solr response writer
- New response writer is available at https://issues.apache.org/jira/browse/SOLR-1967

Package Info
-------------
It effectively simplifies the process of interacting with Apache Solr using PHP5 and it already comes with built-in readiness for the latest features added in Solr 1.4. The extension has features such as built-in, serializable query string builder objects which effectively simplifies the manipulation of name-value pair request parameters across repeated requests. The response from the Solr server is also automatically parsed into native php objects whose properties can be accessed as array keys or object properties without any additional configuration on the client-side. Its advanced HTTP client reuses the same connection across multiple requests and provides built-in support for connecting to Solr servers secured behind HTTP Authentication or HTTP proxy servers. It is also able to connect to SSL-enabled containers. Please consult the documentation for more details on features.

Related Links
-------------
Package home: http://pecl.php.net/package/solr
   Changelog: http://pecl.php.net/package-changelog.php?package=solr
    Download: http://pecl.php.net/get/solr-0.9.11.tgz

Authors
-------------
Israel Ekpo <[email protected]> (lead)