new ConstValueSource(1f), new ConstValueSource(2f)})),
new float[] { 2f, 2f });
}
public void testMinFloat() throws Exception {
assertHits(new FunctionQuery(new MinFloatFunction(new ValueSource[] {
new ConstValueSource(1f), new ConstValueSource(2f)})),
new float[] { 1f, 1f });
}