cpoerschke commented on code in PR #3659:
URL: https://github.com/apache/solr/pull/3659#discussion_r2353005875


##########
solr/core/src/test/org/apache/solr/search/SolrIndexSearcherTest.java:
##########
@@ -422,7 +422,7 @@ public void 
testMinExactWithPostFilterThatChangesScoreMode() throws Exception {
     h.getCore()
         .withSearcher(
             searcher -> {
-              QueryCommand cmd = createBasicQueryCommand(1, 1, "field4_t", 
"0");
+              QueryCommand cmd = createBasicQueryCommand(NUM_DOCS, 1, 
"field4_t", "0");

Review Comment:
   
https://github.com/apache/solr/pull/3659/commits/ad89c04232da73232d2fbf825c032912fba48dd2
 to try to not change the test.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to