News Feed
Jobs Feed
Sections




News Archive
DZone.com:
Solarium PHP Solr client
April 07, 2011 @ 10:09:31

New on DZone.com today there's an article from Bas De Nooijer talking about a new tool he's created to allow PHP to work directly with Solr (the popular searching platform from the Apache project) as a result of research he'd done from a previous article. The result is < href="https://github.com/basdenooijer/solarium">Solarium, an open sourced PHP client for Solr.

I've worked on a lot of Solr implementations in PHP applications. There are multiple solutions: manual HTTP requests, the solr-php-client library, custom implementations etcetera. However they all have one issue in common: they only handle the communication with Solr, many other important parts like query building are not covered at all. And the parts that are covered are usually over-simplified. [...] At first I developed it as a library for my own projects, but I've decided to turn it into an opensource project. The project is called 'Solarium' and can be found on github: https://github.com/basdenooijer/solarium

You can find complete details about the project over on its wiki including basics concepts of query flow and using the ping/select/update query methods to access your Solr server.

0 comments voice your opinion now!
solarium solr client github opensource search


blog comments powered by Disqus

Similar Posts

PHPClasses.org: PHP Zeitgeist: What PHP developers have been looking for in the last decade?

PEAR Blog: Welcome to new contributors

Community News: Finally, Phorum 5.2 has made it to stable!

Turn of the Crank: PHP 5, Sqlite, and Windows

Chris Jones' Blog: Reducing diskspace of your Oracle Instant Client install


Community Events











Don't see your event here?
Let us know!


framework development unittest introduction example community phpunit testing functional code tool application release series zendframework2 opinion object interview podcast language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework