Skip to content

Commit a40d5a4

Browse files
Add back-compat indices for 8.9.0
1 parent 8cca029 commit a40d5a4

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,9 @@ public void testCreateEmptyIndex() throws Exception {
369369
"8.8.1-cfs",
370370
"8.8.1-nocfs",
371371
"8.8.2-cfs",
372-
"8.8.2-nocfs"
372+
"8.8.2-nocfs",
373+
"8.9.0-cfs",
374+
"8.9.0-nocfs"
373375
};
374376

375377
public static String[] getOldNames() {
@@ -395,7 +397,8 @@ public static String[] getOldNames() {
395397
"sorted.8.7.0",
396398
"sorted.8.8.0",
397399
"sorted.8.8.1",
398-
"sorted.8.8.2"
400+
"sorted.8.8.2",
401+
"sorted.8.9.0"
399402
};
400403

401404
public static String[] getOldSortedNames() {
16.3 KB
Binary file not shown.
16.3 KB
Binary file not shown.
129 KB
Binary file not shown.

0 commit comments

Comments
 (0)