Re: Improving Indexing Performance

2008-12-08 Thread buFka
It is interesting and i think, it will help us :) Thanks! buFka -- View this message in context: http://www.nabble.com/Improving-Indexing-Performance-tp20890720p20891965.html Sent from the Lucene - Java Users mailing list archive at Nabble.com

Improving Indexing Performance

2008-12-08 Thread buFka
Hi all, I can already index with Lucene a very large database (8.0 million entries). For indexing and search, i'm using the follow example: http://kalanir.blogspot.com/2008/06/indexing-database-using-apache-lucene.html The indexing takes about 4 hours. Can I speed up this process? -- View th