navneet1v commented on issue #13393:
URL: https://github.com/apache/lucene/issues/13393#issuecomment-2128519709

   > My only concern is why is this necessary?
   > 
   > Is feature parity the only reason?
   
   Currently in my application I want to extend the KNNVectorsFormat just like 
Codec, to plug in a completely different implementation of Vector Search 
Algorithm(which not in Java).
   
   As KNNVectorsFormat is part of Codec which allows applications on top of 
Lucene to extend the codec and their format. But due to lack of support of 
reloading of SPI in KNNVectorsFormat this not possible.
   
   @benwtrent please let me know if you have further questions.


-- 
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