File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
server/src/main/java/org/elasticsearch/index Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ private static Version parseUnchecked(String version) {
136136 public static final IndexVersion INFERENCE_METADATA_FIELDS_BACKPORT = def (8_524_0_00 , parseUnchecked ("9.12.1" ));
137137 public static final IndexVersion LOGSB_OPTIONAL_SORTING_ON_HOST_NAME_BACKPORT = def (8_525_0_00 , parseUnchecked ("9.12.1" ));
138138 public static final IndexVersion USE_SYNTHETIC_SOURCE_FOR_RECOVERY_BY_DEFAULT_BACKPORT = def (8_526_0_00 , parseUnchecked ("9.12.1" ));
139- public static final IndexVersion SYNTHETIC_SOURCE_STORE_ARRAYS_NATIVELY_KEYWORD_BACKPORT_8_X = def (8_527_0_00 , Version .LUCENE_9_12_1 );
139+ public static final IndexVersion SYNTHETIC_SOURCE_STORE_ARRAYS_NATIVELY_BACKPORT_8_X = def (8_527_0_00 , Version .LUCENE_9_12_1 );
140140 public static final IndexVersion UPGRADE_TO_LUCENE_10_0_0 = def (9_000_0_00 , Version .LUCENE_10_0_0 );
141141 public static final IndexVersion LOGSDB_DEFAULT_IGNORE_DYNAMIC_BEYOND_LIMIT = def (9_001_0_00 , Version .LUCENE_10_0_0 );
142142 public static final IndexVersion TIME_BASED_K_ORDERED_DOC_ID = def (9_002_0_00 , Version .LUCENE_10_0_0 );
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ private static boolean indexVersionSupportStoringArraysNatively(
119119 ) {
120120 return indexCreatedVersion .onOrAfter (minSupportedVersionMain )
121121 || indexCreatedVersion .between (
122- IndexVersions .SYNTHETIC_SOURCE_STORE_ARRAYS_NATIVELY_KEYWORD_BACKPORT_8_X ,
122+ IndexVersions .SYNTHETIC_SOURCE_STORE_ARRAYS_NATIVELY_BACKPORT_8_X ,
123123 IndexVersions .UPGRADE_TO_LUCENE_10_0_0
124124 );
125125 }
You can’t perform that action at this time.
0 commit comments