uschindler commented on PR #12582: URL: https://github.com/apache/lucene/pull/12582#issuecomment-1765287960
Hi, why do we need a new Codec? The Lucebe main file format does not change, olly the HNSW format was exchanged. Because like pistingsfornats and dicvaluesformats, the SPI can detect the format of the HNSW index by reading the file. The top level Codec itself does not need to be versionized. You just need to change its defaults when it writes new segments. Basically the Lucene95 codec was also possibly a useless addition because the top level Codec did not change at all -- 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