romseygeek commented on PR #15991: URL: https://github.com/apache/lucene/pull/15991#issuecomment-4439524885
Contiguous term filters should have docIdRunEnd() implementations that effectively do this with a DenseConjunctionBulkScorer, I think? This is a lot of complex code and I'm not convinced it's going to improve performance that much, to be honest - I think we should concentrate on better cost() and docIdRunEnd() implementations. -- 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]
