Skip to content

Commit 083637d

Browse files
committed
fix index version
1 parent cf063f0 commit 083637d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/IndexVersions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ private static Version parseUnchecked(String version) {
180180
public static final IndexVersion SPARSE_VECTOR_PRUNING_INDEX_OPTIONS_SUPPORT = def(9_031_0_00, Version.LUCENE_10_2_2);
181181
public static final IndexVersion DEFAULT_DENSE_VECTOR_TO_BBQ_HNSW = def(9_032_0_00, Version.LUCENE_10_2_2);
182182
public static final IndexVersion MATCH_ONLY_TEXT_STORED_AS_BYTES = def(9_033_0_00, Version.LUCENE_10_2_2);
183-
public static final IndexVersion USE_819_TSDB_DOC_VALUES_FORMAT = def(9_0334_0_00, Version.LUCENE_10_2_2);
183+
public static final IndexVersion USE_819_TSDB_DOC_VALUES_FORMAT = def(9_034_0_00, Version.LUCENE_10_2_2);
184184

185185
/*
186186
* STOP! READ THIS FIRST! No, really,

0 commit comments

Comments
 (0)