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

Re: using Plucene and Plucene::Simple

2006-04-18 Thread Marvin Humphrey
Plucene and Plucene::Simple. Plucene and Lucene do not use the same index format. It's very difficult to implement the Lucene format using Perl. KinoSearch 0.05 managed it if your source material was pure ASCII, but I changed the format in 0.06 and they're no longer compatible. Things

Re: using Plucene and Plucene::Simple

2006-04-18 Thread Chris Hostetter
discusions don't tend to come up much on [EMAIL PROTECTED] : Date: Tue, 18 Apr 2006 06:35:29 -0700 : From: Marvin Humphrey [EMAIL PROTECTED] : Reply-To: java-dev@lucene.apache.org : To: java-dev@lucene.apache.org : Subject: Re: using Plucene and Plucene::Simple : : : On Apr 18, 2006, at 2:20 AM