cpoerschke commented on code in PR #3659:
URL: https://github.com/apache/solr/pull/3659#discussion_r2349087909
##########
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:
note to self: would like to understand more about this
```suggestion
QueryCommand cmd = createBasicQueryCommand(1, 1, "field4_t",
"0");
```
--
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]