using Plucene and Plucene::Simple

2006-04-18 Thread Dean Hoover
I have developed some simple programs in java form creating lucene indexes and then using them to search. I now have an interest in using perl to use the indexes for search purposes, but am having trouble doing even the simplest thing using Plucene and Plucene::Simple. If anyone here can help,

MoreLikeThis

2006-04-16 Thread Dean Hoover
Hi, Lucene is completely new to me. I just downloaded 1.9.1 and started experimenting with it. I am a bit confused though. I want to use the MoreLikeThis class, which appears in the javadoc, but does not exist in code. Where can I find it? Dean