You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by Khoa Vo <vo...@gmail.com> on 2011/03/16 03:11:25 UTC

[Lucene.Net] Adding to an existing index is slow

I am trying to add a new document to an existing  optimized Index with about
600k documents.

It seems like the IndexWriter method AddDocument(doc) is taking a long time
(30 seconds or so)

Is this the usual behavior?

Note: Initially indexing all 600 documents only takes about 20 minutes.

It seems like something is blocking, but I am not sure.

Any insight would be helpful

-Khoa