You should see a performance increase yes

Sent from my Windows Phone

-----Original Message-----
From: Floyd Wu
Sent: Monday, September 19, 2011 12:25 AM
To: lucene-net-user@lucene.apache.org
Subject: [Lucene.Net] Multiple IndexWriter will gain better build performance?

Hi There,

I'm doing an offline index build process. Currently the final index
files is 2GB. I wonder if I divide this to 500MB each and create 4
IndexWriter to build 1/4 each.
Then doing a merge by using addIndex() to merge them into a final
index. Do I gain better performance(total time cost reduce)
theoretically?

Note, the each IndexWriter will be a thread in my application.

Please share your thought, thanks.

Floyd

Reply via email to