uschindler commented on PR #13133: URL: https://github.com/apache/lucene/pull/13133#issuecomment-1964318304
I have to agree with Robert. We can't glue that code inside MemorySegmentIndexInput. The only way to do this is to move the vector optimized decoding to a special VectorizationProvider interface which is loaded dynamically by our safety guards. -- 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]
