uschindler commented on PR #12582: URL: https://github.com/apache/lucene/pull/12582#issuecomment-1765386547
The simplest change is: - Remove Lucene99Codec - In Lucene95Codec just change this: `this.defaultKnnVectorsFormat = new Lucene95HnswVectorsFormat();` to the new format. Done. (when index is written it will write the name of the codec into FieldInfos; when reading the Lucene 95 codec will read the name and looks it up to load the format-sepecific format class) -- 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