mccullocht commented on PR #15903: URL: https://github.com/apache/lucene/pull/15903#issuecomment-4238648624
> Do you mean add rotation inside existing OSQ and still keep optimizeIntervals + 14 byte correction? Yes. Theoretically you could implement this as a generic wrapper codec that rotates at write and read time. You can't/shouldn't remove the code in OSQ that corrects the integer dot product using the 16 byte footer, it doesn't make any more sense than returning the int8 dot product directly for TQ. -- 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]
