romseygeek commented on PR #16069: URL: https://github.com/apache/lucene/pull/16069#issuecomment-4476335291
I don't think we want to guard on specific implementations. Do you know why the general gating on cost implementations isn't working here? For dense filters we should be going via advance anyway, and for sparse filters even a bit-by-bit intoBitSet implementation should be fine. eg compare with DenseConjunctionBulkScorer. -- 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]
