new ConstValueSource(2f), new ConstValueSource(3f)})),
new float[] { 6f, 6f });
}
public void testQuery() throws Exception {
assertHits(new FunctionQuery(new QueryValueSource(
new FunctionQuery(new ConstValueSource(2f)), 0f)),
new float[] { 2f, 2f });
}