Linux System Admins Blog

System admins of Promet – an e-commerce, high availability Open Source web shop – share their findings

Linux System Admins Blog header image 2

Apache Solr drupal integration

March 4th, 2009 · 1 Comment

I am at Drupal Conference attending the Acquia Apache Solr presentation. This integration has a lot of promise in my opinion.  The drupal search is not that useful, we’ve actually replaced drupal search on our implementations with google custom search.

Apache Solr is an open source project:

Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features. It runs in a Java servlet container such as Tomcat.

Apache Solr has a lot of promise improving the search results which, considering the down sides of drupal search, would greatly improve the user experience.

Acquia has the Apache Solr search service in beta right now and it will be offered as a hosted offering.

We saw a preview of the www.drupal.org site redesign and it definitely looks like they will be using the Apache Solr.   The demo of the search results page looked very promising, with features such as search suggest, filter and more features to come.

Random Posts

Tags: drupal · hosting

1 response so far ↓

  • 1 marius // Mar 10, 2009 at 4:35 am

    I haven’t used this before, but I’ve had great success on other projects with Sphinx and as I was expecting drupal has support for it:
    http://drupal.org/project/sphinx
    check it out as it might be a better solution ;-) .

Leave a Comment