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

TestSNot9() private method

private TestSNot9 ( ) : void
return void
		public virtual void  TestSNot9()
		{
			// NOTE: using qtest not bqtest
			SpanQuery t = St("xx");
			t.Boost = 0;
			SpanQuery q = Snot(Snear("w1", "w3", 10, true), t);
			Qtest(q, new int[]{0, 1, 3});
		}
	}