You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lucenenet.apache.org by Floyd Wu <fl...@gmail.com> on 2011/09/19 09:25:37 UTC

[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