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

DoBeforeFlush() protected method

A hook for extending classes to execute operations before pending added and deleted documents are flushed to the Directory.
protected DoBeforeFlush ( ) : void
return void
        protected virtual void DoBeforeFlush() 
        {
        }
		
IndexWriter