Lucene.Net.Search.TestComplexExplanations.TestDMQ10 C# (CSharp) Method

TestDMQ10() private method

private TestDMQ10 ( ) : void
return void
		public virtual void  TestDMQ10()
		{
			DisjunctionMaxQuery q = new DisjunctionMaxQuery(0.5f);
			q.Add(qp.Parse("yy w5^100"));
			q.Add(qp.Parse("xx^0"));
			q.Boost = 0.0f;
			Bqtest(q, new int[]{0, 2, 3});
		}