From: "Mauricio Fernández" Date: 2005-11-19T18:12:27+09:00 Subject: Re: Ruby/RoR - Lucene integration question ?? On Sat, Nov 19, 2005 at 05:49:20PM +0900, Ruban Phukan wrote: > I've an application which is built with RoR and a search index in > Lucene. I need to be able to integrate Lucene into the RoR app. What > is the best way to do so ? > > I know that rjni is a ruby-java bridge but is it stable ? Also the > update at http://thekode.net/ruby/rjni/ seems to indicate that it is > no longer under development. rjni is dead. Try rjb: http://arton.no-ip.info/collabo/backyard/?RubyJavaBridge http://raa.ruby-lang.org/project/rjb You can find an excellent review of Ruby-Java bridges and related tools at http://jp.rubyist.net/magazine/?0003-RLR (Japanese). -- Mauricio Fernandez