213214215216217218219220
assertHits(new FunctionQuery(new IntFieldSource("int")), new float[] { 35f, 54f }); } public void testJoinDocFreq() throws Exception { assertHits(new FunctionQuery(new JoinDocFreqValueSource("string", "text")), new float[] { 2f, 0f }); }