mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 16:29:30 +00:00
Revert version files to not include unreleased version (#13274)
This commit is contained in:
parent
9ba4af7b88
commit
767bd3aa91
@ -46,7 +46,7 @@ public class TestInt8HnswBackwardsCompatibility extends BackwardsCompatibilityTe
|
||||
|
||||
static final String INDEX_NAME = "int8_hnsw";
|
||||
static final String SUFFIX = "";
|
||||
private static final Version FIRST_INT8_HNSW_VERSION = Version.LUCENE_9_10_1;
|
||||
private static final Version FIRST_INT8_HNSW_VERSION = Version.LUCENE_9_10_0;
|
||||
private static final String KNN_VECTOR_FIELD = "knn_field";
|
||||
private static final int DOC_COUNT = 30;
|
||||
private static final FieldType KNN_VECTOR_FIELD_TYPE =
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -39,4 +39,3 @@
|
||||
9.9.1
|
||||
9.9.2
|
||||
9.10.0
|
||||
9.10.1
|
||||
|
@ -137,13 +137,6 @@ public final class Version {
|
||||
*/
|
||||
@Deprecated public static final Version LUCENE_9_10_0 = new Version(9, 10, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.10.1 release.
|
||||
*
|
||||
* @deprecated (9.11.0) Use latest
|
||||
*/
|
||||
@Deprecated public static final Version LUCENE_9_10_1 = new Version(9, 10, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.11.0 release.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user