new ConstValueSource(2f), new ConstValueSource(3f))),
new float[] { 8f, 8f });
}
public void testProduct() throws Exception {
assertHits(new FunctionQuery(new ProductFloatFunction(new ValueSource[] {
new ConstValueSource(2f), new ConstValueSource(3f)})),
new float[] { 6f, 6f });
}