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