Hello,

Been wondering if this module could use Solarium http://www.solarium-project.org/ instead of the current php lib http://code.google.com/p/solr-php-client/?

Looks like just what we need :P
http://www.solarium-project.org/2012/12/solarium-3-0-0-released/

Some movement here http://drupal.org/sandbox/cpliakas/1899634

Comments

giorgio79’s picture

Issue summary: View changes

asdfasdfasdf

drunken monkey’s picture

See #1846254: Remove the SolrPhpClient dependency. I think we'd be better off not relying on an external library at all. It's not that hard what it does, after all – format a few requests and parse a few responses. We could even take the one the Apachesolr module is currently using.

If you still think Solarium is the better alternative, please list pros and cons. Otherwise, please mark as "won't fix".

giorgio79’s picture

Status: Active » Closed (won't fix)

Thx I was unaware of that other request. The Apache Solr guys seem to be digging it over here #1351752: Explore the benefits / drawbacks of integrating with the Solarium library. It seems they want to incorporate Solarium as "not invented here" code to capture more developers :)