ColdFusion and Solr

03 Oct 2007 . . Comments

#solr #lucene #coldfusion

I’ve spent the last few months working on some projects that didn’t really have anything to do with ColdFusion (lots of Java and PHP). One of the projects I’ve been working with (Vufind.org) uses Solr as it’s indexing/search engine. That’s starting to get picked up by some pretty big companies (Netflix just relaunched their search using Solr this week).

I’ve been working with Solr in Java for a bit now, and I wanted to start to build an interface for using it as a search engine (my Lucene code is stuck in open source limbo) in Coldfusion. One of the cool things about Solr is that it returns results back through HTTP (in XML, JSON, or ruby).

As soon as I get the code finished, I’ll post it as a patch in Solr.