Re: [digester] digester performance..

2011-04-05 Thread Weiwei Wang
I don't not think your program becomes slower because you are not using Digester, RAM should be much faster. Suggest you make your main part of your program simple and paste it in the email so as others can help On Tue, Apr 5, 2011 at 7:08 PM, Patrick Diviacco patrick.divia...@gmail.com wrote:

Re: [digester] digester performance..

2011-04-05 Thread Simone Tripodi
Hi Patrick, if the Digester program you're speaking about is the one you pasted here time ago... well, there were a lot of optimization missed. For example I suggested you using the Lucene rules instead of storing all the properties in a POJO then creating the Lucene Document, in that way you

Re: [digester] digester performance..

2011-04-05 Thread Patrick Diviacco
HI, no it is not the same program. I'm basically calling the method below in a for loop. In my first app I invoked it only once over the entire index (30 rows), and it took 2 minutes. Now I'm calling it in loop for each row, because I need to update my index, which is growing (first iteration 1