Apache Lucene.Net 2.4.0 Class Library API

IndexReader.Unlock Method 

NOTE: This method is now obsolete.

Please use IndexWriter.Unlock(Directory) instead.


public static void Unlock(
   Directory directory
);

See Also

IndexReader Class | Lucene.Net.Index Namespace