-
Lucene / Solr zoektechnologie
09-12-2011 Add a commentLucene is een opensource zoektechnologie die veel gebruikt wordt voor het aanbieden van een geavanceerde zoekoptie binnen (web)applicaties. Apache Solr kan deze zoektechnologie vervolgens als een webservice beschikbaar maken zodat deze eenvoudig vanuit een (web)applicatie is aan te roepen. Daarnaast voegt Solr een aantal extra opties toe zoals bijvoorbeeld ‘faceted navigation’
Read more -
Opensource PHP Solr client Solarium
09-12-2011 Add a commentRaspberry voert regelmatig Solr implementaties uit, waarvan de meeste in PHP applicaties. In de praktijk bleek het lastig hiervoor een goede client te vinden. Er zijn wel meerdere clients beschikbaar, maar deze richten zich doorgaans puur op de communicatie met Solr zonder daadwerkelijk de verschillende Solr concepten goed te modelleren. Vanuit deze ervaring is een [...]
Read more -
New Solarium website
22-06-2011 1 CommentI’ve made lots of progress since my last post about Solarium 2.0: the first release candidate is out (actually for several weeks already!) At that point I decided that Solarium needs a user friendly website, and not just a bunch of documentation pages. It’s been in the works for a few weeks now, and I’ve [...]
Read more -
Solarium 2.0
06-05-2011 11 CommentsSeveral weeks ago Solarium 1.0 was released. Since then lots of development has been going on. Many features were added: MoreLikeThis support, range facet, multiQuery facet, DisMax support, geospatial search support and highlighting. The target for these features was originally Solarium 1.1, however I’ve changed the plans. In this post I’ll explain why, and what [...]
Read more -
Solarium PHP Solr client
09-03-2011 2 CommentsI’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 [...]
Read more

