javanna commented on code in PR #13542:
URL: https://github.com/apache/lucene/pull/13542#discussion_r1665816216
##########
lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java:
##########
@@ -362,6 +362,9 @@ public long cost() {
final IntersectVisitor visitor = getIntersectVisitor(result);
long cost = -1;
+ // maybe allowing calling get multiple times, or clone the scorer
to avoid duplication
+ // across multiple
+ // slices that point to the same segment
Review Comment:
this is not a requirement, I am thinking it could be a follow-up
--
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]