Lucene.Net.Index.IndexWriter.DoAfterFlush C# (CSharp) Method

DoAfterFlush() protected method

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).
protected DoAfterFlush ( ) : void
return void
		protected  virtual void  DoAfterFlush()
		{
		}
IndexWriter