romseygeek commented on PR #15991: URL: https://github.com/apache/lucene/pull/15991#issuecomment-4449388592
Our latest PostingsEnum implementations do actually implement docIdRunEnd() where they can (eg see Lucene104PostingsReader). MaxScoreBulkScorer currently has a TODO about using bitsets for filters that I think would get us a lot of benefits here, so maybe that's something to concentrate on as an immediate next step? -- 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]
