Re: Indexing without application server

2007-09-28 Thread Walter Underwood
I do not think it will be much faster. The data transfer time is small compared to the indexing time. The indexing will probably take less than a day, so if you spend more than 30 minutes coding a "faster" method, the project will take longer. wunder On 9/28/07 6:06 AM, "Jae Joo" <[EMAIL PROTECT

Indexing without application server

2007-09-28 Thread Jae Joo
Hi, I have a multi millions document to be indexed and looking for the way to index it without j2ee application server. It is not incremental indexing, this is a kind of "Index once, use forever" - all batch mode. I can guess if there is a way to index it without J2EE, it may be much faster... T