jpountz commented on issue #15324: URL: https://github.com/apache/lucene/issues/15324#issuecomment-3393615943
> I would expect advanceExact to return false if its advancing past maxDoc right? The contract says that this behavior is undefined. The initial use-case for `advanceExact` was speeding up faceting, so it would be called on doc IDs passed to `LeafCollector#collect`, which should always be in the [0, maxDoc) range. -- 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]
