A hook for extending classes to execute operations before pending added and deleted documents are flushed to the Directory.

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

Syntax

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

See Also