Indexing Text

ambs on 2004-04-27T20:34:55

Today I needed to install glimpse to index text files. It seems very efficient, but I can't find a way to make glimpseserver work. In the other hand, I would like something more perlish. Anybody have any idea of a good indexing software for Perl/C?


Plucene

melopt on 2004-04-28T11:08:32

Checkout Plucene

http://search.cpan.org/search?mode=module&query=plucene

You might want to start with Plucene::Simple. I know I did :)

Best regards,

Re:Plucene

ambs on 2004-04-28T20:47:12

Installing. Thanks. I'll comment on it as soon as I have the time to learn how to use it.