Lucene.Net.Search.TestMatchAllDocsQuery.InitBlock C# (CSharp) Method

InitBlock() private method

private InitBlock ( ) : void
return void
		private void  InitBlock()
		{
			analyzer = new StandardAnalyzer(Version.LUCENE_CURRENT);
		}
		private Analyzer analyzer;