File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/main/java/org/elasticsearch/plugins Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1313import org .apache .logging .log4j .Logger ;
1414import org .apache .lucene .codecs .Codec ;
1515import org .apache .lucene .codecs .DocValuesFormat ;
16+ import org .apache .lucene .codecs .KnnVectorsFormat ;
1617import org .apache .lucene .codecs .PostingsFormat ;
1718import org .elasticsearch .ElasticsearchException ;
1819import org .elasticsearch .action .admin .cluster .node .info .PluginsAndModules ;
@@ -477,6 +478,7 @@ static void reloadLuceneSPI(ClassLoader loader) {
477478 // Codecs:
478479 PostingsFormat .reloadPostingsFormats (loader );
479480 DocValuesFormat .reloadDocValuesFormats (loader );
481+ KnnVectorsFormat .reloadKnnVectorsFormat (loader );
480482 Codec .reloadCodecs (loader );
481483 }
482484
You can’t perform that action at this time.
0 commit comments