This repository was archived by the owner on Aug 2, 2022. It is now read-only.
Create Backward compatibility tests for kNN to make Lucene upgrade does not break the ODFE version upgrade #200
Labels
Enhancements
Improvement on existing component
We have noticed when Elasticsearch upgrades to the latest version of Lucene, to maintain backward compatibility it allows to write using latest codec and allows to read old indices with the corresponding old Codes. We need to have tests to ensure that the above behavior is working as expected similar to https://github.com/apache/lucene-solr/blob/master/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
The text was updated successfully, but these errors were encountered: