On Sun, Feb 03, 2008 at 01:01:10PM -0800, Pat Ferrel wrote: > I am a little new to Ruby so forgive if there is an obvious answer. But one > way to solve my problem might be to use jruby and manipulate the lucene > index through java. > > I have never done the ruby->java->ruby thing but it seems it would be nicer > if there were a ruby class interface that hides some of the complexity of > the raw java one. Has anyone done this or know of such a ruby interface or > example code?
Yeah, a Ruby-friendly wrapper around Lucene, maybe even compatible with Ferret's API, would for sure be a nice thing. But afaik there's no such thing yet. Cheers, Jens -- Jens Krämer http://www.jkraemer.net/ - Blog http://www.omdb.org/ - The new free film database _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

