Searched defs:mscores (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/search/
H A DTestScoreCachingWrappingScorer.java60 float[] mscores; field in class:TestScoreCachingWrappingScorer.ScoreCachingCollector
63 mscores = new float[numToCollect];
68 if (idx == mscores.length) {
73 mscores[idx] = scorer.score();
74 mscores[idx] = scorer.score();
75 mscores[idx] = scorer.score();
110 assertEquals(scores[i], scc.mscores[i], 0f);
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/search/
H A DTestScoreCachingWrappingScorer.java60 float[] mscores; field in class:TestScoreCachingWrappingScorer.ScoreCachingCollector
63 mscores = new float[numToCollect];
68 if (idx == mscores.length) {
73 mscores[idx] = scorer.score();
74 mscores[idx] = scorer.score();
75 mscores[idx] = scorer.score();
110 assertEquals(scores[i], scc.mscores[i], 0f);

Completed in 11 milliseconds