On Monday 10 September 2007 14:59, Laxmilal Menaria wrote: > I have created a Index Application using Java lucene 2.0 in java and > Lucene.Net 2.0 in VB.net. Both application have same logic. But when I > have indexed a database with 14000 rows from both application and same > machine, I surprised that Java lucene took (198 Seconds) more than > double time from .net.(87 Seconds).
Have you checked that both indexed are the same size to make sure they are really the same? How much memory does the .net version use? Fast indexing is simple if you have a lot of memory. Regards Daniel -- http://www.danielnaber.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]