Lucene.Net.Index.DocumentsWriter.DocState.TestPoint C# (CSharp) Method

TestPoint() public method

public TestPoint ( System name ) : bool
name System
return bool
			public bool TestPoint(System.String name)
			{
				return docWriter.writer.TestPoint(name);
			}
DocumentsWriter.DocState