Re: Lucene in Action : example code -> document-parsing framework ...

2005-10-18 Thread MALCOLM CLARK
Hi, Could somebody please help me regarding Lucene and Digester. I have discovered this problem during indexing the INEX collection of XML for my MSc project. During the parsing of the XML files all named Volume.xml the parser will only index the last XML element in any repetitive list. For ex

Re: Lucene in Action : example code -> document-parsing framework ...

2005-10-18 Thread Erik Hatcher
e.apache.org; [EMAIL PROTECTED] Subject: Re: Lucene in Action : example code -> document-parsing framework ... Do you have the log4j.properties file in the classpath? -Original Message- From: Patricio Galeas <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Mon, 17 Oct 2005 1

Re: Lucene in Action : example code -> document-parsing framework ...

2005-10-17 Thread Patricio Galeas
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 17 October 2005 16:09 To: java-user@lucene.apache.org; [EMAIL PROTECTED] Subject: Re: Lucene in Action : example code -> document-parsing framework ... Do you have the log4j.properties file in the classpath? -Original Message--

RE: Lucene in Action : example code -> document-parsing framework ...

2005-10-17 Thread Ben Litchfield
PROTECTED] > Subject: Re: Lucene in Action : example code -> document-parsing > framework ... > > > Do you have the log4j.properties file in the classpath? > > -Original Message- > From: Patricio Galeas <[EMAIL PROTECTED]> > To: java-user@lucene.apache.or

RE: Lucene in Action : example code -> document-parsing framework ...

2005-10-17 Thread n.bulthuis
PROTECTED] Sent: 17 October 2005 16:09 To: java-user@lucene.apache.org; [EMAIL PROTECTED] Subject: Re: Lucene in Action : example code -> document-parsing framework ... Do you have the log4j.properties file in the classpath? -Original Message- From: Patricio Galeas <[EMAIL PROTECTED

Re: Lucene in Action : example code -> document-parsing framework ...

2005-10-17 Thread msftblows
Do you have the log4j.properties file in the classpath? -Original Message- From: Patricio Galeas <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Mon, 17 Oct 2005 15:50:46 +0200 Subject: Lucene in Action : example code -> document-parsing framework ... Hi ALL, I t

Lucene in Action : example code -> document-parsing framework ...

2005-10-17 Thread Patricio Galeas
Hi ALL, I try to run the an example of the "Lucene in Action" book : Chapter 7: Parsing Common Document Formats: lia.handlingtypes.framework.FileIndexer I have downloaded all the source code from www.manning.com/hatcher2 and create a java project in Lucene 3.1. I become the following error mess