jtibshirani commented on a change in pull request #444: URL: https://github.com/apache/lucene/pull/444#discussion_r750528027
########## File path: lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestCombinedFieldQuery.java ########## @@ -165,6 +169,117 @@ public void testSameScore() throws IOException { dir.close(); } + public void testSameScoreAndCollectionBetweenCompleteAndTopScores() throws IOException { Review comment: Could you explain how this test relates to the fix? Would it make sense to have a more targeted test similar to `testCopyField`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org