On 3/6/07, Joe Stelmach <[EMAIL PROTECTED]> wrote:
> I would like to generate a Lucene index in Java (of plain text values
> only,) and be able to use that index in ferret.  I've seen many mixed
> answers to this question, so I'm hoping some of you can help.
>
> Thanks!

Hi Joe,

Firstly, why do you want to generate the index with Java. I just want
to make sure that performance isn't the reason, because you'll
probably get better performance with Ferret.

If there is another reason you want to use Java to build the index
then unfortunately there is no way to read the index with Ferret.
Ferret now uses a very different index file format. But all is not
lost. Look at solr-ruby. This will allow you to use your Lucene
indexes from Ruby.

Cheers,
Dave

-- 
Dave Balmain
http://www.davebalmain.com/
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to