Re: why did I build index slower and slower ?

2013-05-14 Thread wgggfiy
up - -- Email: wuqiu.m...@qq.com -- -- View this message in context: http://lucene.472066.n3.nabble.com/why-did-I-build-index-slower-and-slower-tp4062798p4063395.html Sent from the Lucene - Java Users mailing list archive at Nabble.com.

Re: why did I build index slower and slower ?

2013-05-13 Thread wgggfiy
iter.commit(userData);writer.close(); - -- Email: wuqiu.m...@qq.com -- -- View this message in context: http://lucene.472066.n3.nabble.com/why-did-I-build-index-slower-and-slower-tp4062798p4062849.html Sent from the Lucene - Java Users mailing list archive at Nabble.com.

Re: why did I build index slower and slower ?

2013-05-13 Thread Toke Eskildsen
On Mon, 2013-05-13 at 05:05 +0200, wgggfiy wrote: > My situation is that There are 10,000,000 documents, and I Build index every > 5,000 documents. while *in every build*, I follow these steps: > IndexWriterConfig iwc = new IndexWriterConfig(Version.LUCENE_40, analyzer); >

why did I build index slower and slower ?

2013-05-12 Thread wgggfiy
er = new IndexWriter(directory, iwc);and I found it build slower and slower, so that I couldn't stand the speed !Any suggestion, thank guys. - -- Email: wuqiu.m...@qq.com -- -- View this message in context: http://lucene.472066.n3.nabble.