Used internally to throw an {@link AlreadyClosedException} if this IndexWriter has been closed.

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

Syntax

C#
protected internal void EnsureOpen(
	bool includePendingClose
)
Visual Basic
Protected Friend Sub EnsureOpen ( _
	includePendingClose As Boolean _
)
Visual C++
protected public:
void EnsureOpen(
	bool includePendingClose
)

Parameters

includePendingClose
Type: System..::..Boolean

[Missing <param name="includePendingClose"/> documentation for "M:Lucene.Net.Index.IndexWriter.EnsureOpen(System.Boolean)"]

See Also