mccullocht commented on issue #15064:
URL: https://github.com/apache/lucene/issues/15064#issuecomment-3309782174

   The Scorer seems like it wants to be package-private with both the codec 
implementation and the panama/vector util bits but that isn't really possible 
when the codec gets moved to a different package. Even on 11 when FFM is 
stabilized and you could place `MemorySegment` overrides in `VectorUtil` you'd 
still need to know whether or not you should be trying to use them.
   
   I will work through a change that moves Lucene99HnswScalarQuantizedFormat to 
BWC since that would probably capture most uses anyway.


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to