>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
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:
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
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
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