john-wagster commented on code in PR #15500:
URL: https://github.com/apache/lucene/pull/15500#discussion_r2616020864
##########
lucene/test-framework/src/java/org/apache/lucene/tests/index/BaseKnnVectorsFormatTestCase.java:
##########
@@ -1503,10 +1503,13 @@ public void testSearchWithVisitedLimit() throws
Exception {
visitedLimit);
assertEquals(TotalHits.Relation.GREATER_THAN_OR_EQUAL_TO,
results.totalHits.relation());
int size = Lucene99HnswVectorsReader.EXHAUSTIVE_BULK_SCORE_ORDS;
+ // visit limit is a "best effort" limit given our bulk scoring
logic; assert that we are
+ // within
+ // reasonable bounds
Review Comment:
nit: clean up spotless multi-line comment
--
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]