Re: XML parsing using Lucene in Java

2007-11-19 Thread Catalin Mititelu
Hi Fayyaz, I recommend to use SAX or, maybe, a custom parser for large xml files .It should be faster than using Digester. The main difference between those xml parsers is that Digester needs to load the entire xml document in memory when it creates those objects, meanwhile you can parse the doc

RE: XML parsing using Lucene in Java

2007-11-18 Thread Chhabra, Kapil
Checkout for "http://www.ibm.com/developerworks/web/library/j-lucene/"; Though this page does not list a comparison between SAX and Digester, it convinced me enough to use Digester Regards, kapilChhabra -Original Message- From: syedfa [mailto:[EMAIL PROTECTED] Sent: Monday, November 19,