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
work Oren Shir wrote: 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

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 us

Lucene/Digester

2005-10-16 Thread Malcolm Clark
Hi all, I'm using Lucene/Digester etc for my MSc I'm quite new to these API's. I'm trying to obtain advice but it's hard to say whether the problem is Lucene or Digester. Firstly: I am trying to index the INEX collection but when I try to index repetitive elements onl