Yeah I remember seeing that at one point when I was first looking at the solrj client. I had plans to build on it but I got pulled away on something else. Maybe it's time to take another look and see what I can do with it. As Jonathan said, it's a good project to work on.
-----Original Message----- From: Ryan McKinley [mailto:[EMAIL PROTECTED] Sent: Thursday, December 20, 2007 3:01 PM To: solr-user@lucene.apache.org Subject: Re: Successful project based on SOLR > > Ultimately, what I'd like is something like Hibernate Search or like > Compass GPS (http://www.opensymphony.com/compass/content/about.html) but > leveraging Solr's features. That ability to transition back and forth > between object and index record would be really elegant but I > <b>need</b> those extras that Solr brings to a Lucene index. > Here is an old verison of solrj that connects to Hibernate similar to Compass GPS... http://solrstuff.org/svn/solrj-hibernate/ It is out of date and references some classes that did not make it into the official solrj release, but it is worth a look. ryan