mirror of https://github.com/apache/lucene.git
Add back-compat indices for 8.11.2
This commit is contained in:
parent
05b1465d36
commit
3ca108fb73
lucene/backward-codecs/src/test/org/apache/lucene/backward_index
|
@ -617,7 +617,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
"8.11.0-cfs",
|
"8.11.0-cfs",
|
||||||
"8.11.0-nocfs",
|
"8.11.0-nocfs",
|
||||||
"8.11.1-cfs",
|
"8.11.1-cfs",
|
||||||
"8.11.1-nocfs"
|
"8.11.1-nocfs",
|
||||||
|
"8.11.2-cfs",
|
||||||
|
"8.11.2-nocfs"
|
||||||
};
|
};
|
||||||
|
|
||||||
static final int MIN_BINARY_SUPPORTED_MAJOR = Version.MIN_SUPPORTED_MAJOR - 1;
|
static final int MIN_BINARY_SUPPORTED_MAJOR = Version.MIN_SUPPORTED_MAJOR - 1;
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue