You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/11/29 14:23:09 UTC

[Lucene-java Wiki] Trivial Update of "AvailableLockFactories" by SanneGrinovero

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "AvailableLockFactories" page has been changed by SanneGrinovero.
http://wiki.apache.org/lucene-java/AvailableLockFactories

--------------------------------------------------

New page:
When applying changes to an index the Index``Writer needs to acquire an exclusive lock on the Directory.

While both F``S``Directory and R``A``M``Directory have sensible defaults you might want to consider an alternative for finetuning of performance, or because you are storing the index on some multiple-node shared resource having issues with file based locking.

/!\ :TODO: /!\