Re: Errors while running LIA code.

2007-12-06 Thread Doron Cohen
>1) Downloaded http://www.ehatchersolutions.com/downloads/ > LuceneInAction.zip - sorry, lucenebook.com is broken at the moment :( This one works too - http://www.manning.com/hatcher2/ --> Downloads --> Source Code - To unsu

Re: Errors while running LIA code.

2007-12-06 Thread Erik Hatcher
Wow, sure enough there is a bug in LIA's SAXXMLHandler! After all these years! We did not have it registered to run by default in the examples - it uses the Digester implementation instead of SAX. Mike's suggested fix works fine for me, changing the attributeMap declaration to be this:

Re: Errors while running LIA code.

2007-12-06 Thread Liaqat Ali
Michael McCandless wrote: See this thread for one suggestion: http://www.gossamer-threads.com/lists/lucene/java-user/55465 Mike "Liaqat Ali" <[EMAIL PROTECTED]> wrote: Hi I am trying to run a code from Lucene In Action, but it generate some errors.There is one one warning at compilat

Re: Errors while running LIA code.

2007-12-06 Thread Michael McCandless
See this thread for one suggestion: http://www.gossamer-threads.com/lists/lucene/java-user/55465 Mike "Liaqat Ali" <[EMAIL PROTECTED]> wrote: > Hi > > I am trying to run a code from Lucene In Action, but it generate some > errors.There is one one warning at compilation time and the errors

Errors while running LIA code.

2007-12-06 Thread Liaqat Ali
Hi I am trying to run a code from Lucene In Action, but it generate some errors.There is one one warning at compilation time and the errors generate at run time. Given below the code and errors. Kindly give me some clue. thanks... *_Code:_* ///package lia.handlingtypes.xml; import lia.handl