ColdFusion and Solr

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.

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
Sami Hoda's Gravatar Look forward to it.
# Posted By Sami Hoda | 10/3/07 4:44 PM
Matthew Lesko's Gravatar Would love to see the work you've done with Solr. I've done some Lucene work and I'm particularly interested in the faceted searching features of Solr.
# Posted By Matthew Lesko | 10/3/07 4:59 PM
Kenny Rogers's Gravatar "(my Lucene code is stuck in open source limbo) "

forgive, but could you expand on this? Just curious what's happened as well as why Solr works better for you, especially for those that look at Lucene as a replacement for Verity K2.

"you picked a fine time to leave me, Lucene".
# Posted By Kenny Rogers | 10/3/07 5:32 PM
Rich Rein's Gravatar Sign me up as very interested to take a look at your code...
# Posted By Rich Rein | 10/3/07 5:43 PM
Wayne Graham's Gravatar @Kenny

Since I work for an academic institution, it takes a while to get the greenlight to opensource software. I would argue that Solr is also a replacement for K2, especially with the 1.3 additions of Word, Powerpoint, and PDF indexing. All of this, without writing any of your own code! All you need to worry about is how to display the result sets (they come in XML and Ruby flavors).
# Posted By Wayne Graham | 10/4/07 12:22 PM