A hook for extending classes to execute operations after pending added and deleted documents have been flushed to the Directory but before the change is committed (new segments_N file written).

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

Syntax

C#
protected virtual void DoAfterFlush()
Visual Basic
Protected Overridable Sub DoAfterFlush
Visual C++
protected:
virtual void DoAfterFlush()

See Also