File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
server/src/main/java/org/elasticsearch/index Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ private static Version parseUnchecked(String version) {
160
160
public static final IndexVersion SYNTHETIC_SOURCE_STORE_ARRAYS_NATIVELY_SCALED_FLOAT = def (9_020_0_00 , Version .LUCENE_10_1_0 );
161
161
public static final IndexVersion USE_LUCENE101_POSTINGS_FORMAT = def (9_021_0_00 , Version .LUCENE_10_1_0 );
162
162
public static final IndexVersion UPGRADE_TO_LUCENE_10_2_0 = def (9_022_00_0 , Version .LUCENE_10_2_0 );
163
- public static final IndexVersion UPGRADE_TO_LUCENE_10_2_1 = def (9_023_00_0 , Version . LUCENE_10_2_1 );
163
+ public static final IndexVersion UPGRADE_TO_LUCENE_10_2_1 = def (9_023_00_0 , parseUnchecked ( "10.2.1" ) );
164
164
165
165
public static final IndexVersion UPGRADE_TO_LUCENE_10_3_0 = def (9_050_00_0 , Version .LUCENE_10_3_0 );
166
166
/*
You can’t perform that action at this time.
0 commit comments