jpountz commented on PR #12194: URL: https://github.com/apache/lucene/pull/12194#issuecomment-2006594221
Sorry for the long time without a reply. I had some hesitation about moving this change forward since it's a big API change and I didn't see much appeal for it (besides you and me I guess). But I'd like to also move sparse/zone indexing forward, and they'd need the same API at search-time, so I'm now keen on moving it forward. If you're interesting in updating this branch, I'll be interested in reviewing. Since we last worked on this branch, conjunctions introduced a `BulkScorer`: `ConjunctionBulkScorer`. IMO it would be a better place to take advantage of this new API since it can more naturally check the value of `peekNextNonMatchingDocID()` every N docs without adding per-doc overhead. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org