Rubylucene - new & improved

I had the pleasure of working with Rich Kilmer for a bit last weekend
and he helped me clean up my newbie Ruby directory structure and get
things tidy. I’ve checked in my stuff at RubyForge under rubylucene
(was previously rucene, which is now deprecated and will be removed
soon):

http://rubyforge.org/projects/rubylucene/

While I don’t anticipate spending much time on this in the next few
months, I do want to work on it and see a full-fledged Ruby version of
Lucene. I’d love to have others join in the fun!

Erik

I had the pleasure of working with Rich Kilmer for a bit last weekend

and he helped me clean up my newbie Ruby directory structure and get

things tidy. I’ve checked in my stuff at RubyForge under rubylucene

(was previously rucene, which is now deprecated and will be removed

soon):

···

On Sun, 19 Oct 2003, Erik Hatcher wrote:

http://rubyforge.org/projects/rubylucene/

Erik, looks interesting through ViewCVS. Unfortunately, anonymous CVS
isn’t working:

C:\chad\dev> cvs -z3
-d:pserver:anonymous@rubyforge.org:/var/cvs/rubylucene co r
ubylucene
cvs server: warning: cannot write to history file
/var/cvs/rubylucene/CVSROOT/history: Permission denied
cvs server: Updating rubylucene
cvs server: failed to create lock directory for /var/cvs/rubylucene/rubylucene' (/var/cvs/rubylucene/rubylucene/#cvs.lock): Permission denied cvs server: failed to obtain dir lock in repository/var/cvs/rubylucene/rubyluc
ene’
cvs [server aborted]: read lock failed - giving up

I saw this with Ruwiki earlier this week. A bug in RubyForge’s project
setup process?

Fortunately since Tom switched to ViewCVS, it’s possible to download a
tarball of current CVS.

Looking forward to seeing what comes of RubyLucene,
Chad

Erik Hatcher wrote:

I had the pleasure of working with Rich Kilmer for a bit last weekend
and he helped me clean up my newbie Ruby directory structure and get
things tidy. I’ve checked in my stuff at RubyForge under rubylucene
(was previously rucene, which is now deprecated and will be removed soon):

http://rubyforge.org/projects/rubylucene/

While I don’t anticipate spending much time on this in the next few
months, I do want to work on it and see a full-fledged Ruby version of
Lucene. I’d love to have others join in the fun!

Wondering (as I was) what ‘rubylucene’ and 'Lucene" are?

From the Lucene RubyForge summary page:

“This project aims to implement a Ruby version of the popular Lucene
search engine”

You can read about a Lucene at

"Jakarta Lucene is a high-performance, full-featured text search engine
written entirely in Java. It is a technology suitable for nearly any
application that requires full-text search, especially cross-platform. "

James

http://rubyforge.org/projects/rubylucene/

Erik, looks interesting through ViewCVS. Unfortunately, anonymous CVS
isn’t working:
[…]
cvs [server aborted]: read lock failed - giving up

Fixed now, please give it another try.

I saw this with Ruwiki earlier this week. A bug in RubyForge’s project
setup process?

Yup, the CVSROOT/config file didn’t get copied over. Odd.

Fortunately since Tom switched to ViewCVS, it’s possible to download a
tarball of current CVS.

Yup, ViewCVS seems to be a big improvement on CVSWeb, thanks to Gavin (and
others) for pointing me to it…

Yours,

Tom