Lucene.Net.Search.TestMultiSearcherRanking.AddCollection2 C# (CSharp) Method

AddCollection2() private method

private AddCollection2 ( Lucene.Net.Index.IndexWriter iw ) : void
iw Lucene.Net.Index.IndexWriter
return void
		private void  AddCollection2(IndexWriter iw)
		{
			Add("two blah three", iw);
			Add("two foo xxx multiTwo", iw);
			Add("two foobar xxx multiThreee", iw);
			Add("blueberry chewing gum", iw);
			Add("bluebird pizza", iw);
			Add("bluebird foobar pizza", iw);
			Add("piccadilly circus", iw);
		}