abiesps commented on PR #15376: URL: https://github.com/apache/lucene/pull/15376#issuecomment-3533762440
@iverase I removed the new intersect api in PointValues. However I have to create a new visitor PrefetchCapableVisitor because I want to cache the prefetched leaf blocks so that I can visit them after recursion. This is a new abstract class with some state in PointValues.java. Let me know your thoughts on this. -- 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]
