benwtrent commented on issue #15064: URL: https://github.com/apache/lucene/issues/15064#issuecomment-3309204921
Tricky indeed. I need to think about this. I *THINK* we will end up adding a new `getLucene104SQVectorScorer`. Then the goal we want is that `Lucene99ScalarQuantizedVectorsFormat` doesn't lose its read time performance and can still score off-heap and use panama vector optimized comparators. The purpose behind the versioning is that it makes assumptions on how the vectors are laid out (byte sizes, etc.). I need to think about how to best achieve this... -- 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]
