258259260261262263264265
searcher.setSimilarity(saved); } } public void testNumDocs() throws Exception { assertHits(new FunctionQuery(new NumDocsValueSource()), new float[] { 2f, 2f }); }