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

   That correct if the classes are in the main application it will work.
   
   but in my case during runtime I need to load some other jars(consider them 
as plugin) which has the KNNVectorFormat classes. And these classes as they are 
getting loaded at runtime the SPI is failing for VectorsFormat defined in these 
jars. Hence I am adding this functionality to reload spi with classpath.
   
   
   This is the same thing present for Codec and DocValuesformat too as I have 
referenced in description. 


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