You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reload KnnVectorsFormat in Lucene SPI registry. (#129197)
In order for plugins to extend Lucene's KnnVectorsFormat, we need to reload
it along with other Lucene SPIs when the plugin classloader is created.
This commit adds the call to KnnVectorsFormat.reloadKnnVectorsFormat(loader)
in reloadLuceneSPI method, allowing full extension of Lucene's vector functionality through plugins.
0 commit comments