Re: Lucene/Digester

2005-10-19 Thread MALCOLM CLARK
Okay I'll do that. Thanks very much for the advice as it's much appreciated. Malcolm Clark

Re: Lucene/Digester

2005-10-19 Thread Grant Ingersoll
I would suggest isolating Digester from Lucene and running a unit test on just the Digester part to ensure you are getting the right things back from Digester. Once you are sure your digester setup is correct, then look at how it feeds into Lucene and post back here if it still doesn't work

Re: Lucene/Digester

2005-10-19 Thread MALCOLM CLARK
Hi I used Luke to check the content of the index and they are not there. cheers, MC

Re: Lucene/Digester

2005-10-19 Thread Oren Shir
Hi, About your first question: How do you know that only the last "Chapter" element is stored? could it be that you are only getting the last one? Try using getValues() instead of get. Oren On 10/16/05, Malcolm Clark <[EMAIL PROTECTED]> wrote: > > Hi all, > I'm using Lucene/Digester etc for my MS