Undeletes all documents currently marked as deleted in this index.
since this reader was opened
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#
public virtual void UndeleteAll()
Visual Basic
Public Overridable Sub UndeleteAll
Visual C++
public:
virtual void UndeleteAll()

See Also