Close the IndexReader and open an IndexWriter.
has this index open (
CopyC#
write.lock
could not be obtained)

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
protected internal virtual void CreateIndexWriter()
Visual Basic
Protected Friend Overridable Sub CreateIndexWriter
Visual C++
protected public:
virtual void CreateIndexWriter()

See Also