Lucene.Net.Search.Function.TestCustomScoreQuery.TestCustomScoreByte C# (CSharp) Method

TestCustomScoreByte() private method

private TestCustomScoreByte ( ) : void
return void
		public virtual void  TestCustomScoreByte()
		{
			// INT field values are small enough to be parsed as byte
			DoTestCustomScore(INT_FIELD, FieldScoreQuery.Type.BYTE, 1.0);
			DoTestCustomScore(INT_FIELD, FieldScoreQuery.Type.BYTE, 2.0);
		}