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 @@ -129,7 +129,7 @@ private static Version parseUnchecked(String version) {
129129 public static final IndexVersion UPGRADE_TO_LUCENE_9_12 = def (8_516_00_0 , Version .LUCENE_9_12_0 );
130130 public static final IndexVersion ENABLE_IGNORE_ABOVE_LOGSDB = def (8_517_00_0 , Version .LUCENE_9_12_0 );
131131 public static final IndexVersion UPGRADE_TO_LUCENE_10_0_0 = def (9_000_00_0 , Version .LUCENE_10_0_0 );
132- public static final IndexVersion LOGSDB_DEFAULT_IGNORE_DYNAMIC_BEYOND_LIMIT = def (9_000_00_1 , Version .LUCENE_10_0_0 );
132+ public static final IndexVersion LOGSDB_DEFAULT_IGNORE_DYNAMIC_BEYOND_LIMIT = def (9_001_00_0 , Version .LUCENE_10_0_0 );
133133 /*
134134 * STOP! READ THIS FIRST! No, really,
135135 * ____ _____ ___ ____ _ ____ _____ _ ____ _____ _ _ ___ ____ _____ ___ ____ ____ _____ _
You can’t perform that action at this time.
0 commit comments