Hi,

I read through the lucene thread/process safety issue for concurrent
indexing, my understanding is that each indexing through IndexWriter
will lock the whole index directory.

Now we need to index a community blog where many people add/update,
so queuing all those indexing requests would be a performance burden.

In RDB we can have record-locking instead of page-locking, I am wondering
whether it is possible in future we can have document-locking instead of
directory-locking for lucene indexing, which would be a performance boost?

Thanks very much for helps, Lisheng

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to