Skip to content

Commit f6f539b

Browse files
committed
Tweak patterned_text_feature_flag_enabled ff.
Adjusted version from 9.2.0 to 9.1.0, given that it has been backported to the 9.1 branch. Relates to elastic#130633
1 parent 20ef955 commit f6f539b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-clusters/src/main/java/org/elasticsearch/test/cluster/FeatureFlag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public enum FeatureFlag {
2222
USE_LUCENE101_POSTINGS_FORMAT("es.use_lucene101_postings_format_feature_flag_enabled=true", Version.fromString("9.1.0"), null),
2323
IVF_FORMAT("es.ivf_format_feature_flag_enabled=true", Version.fromString("9.1.0"), null),
2424
LOGS_STREAM("es.logs_stream_feature_flag_enabled=true", Version.fromString("9.1.0"), null),
25-
PATTERNED_TEXT("es.patterned_text_feature_flag_enabled=true", Version.fromString("9.2.0"), null);
25+
PATTERNED_TEXT("es.patterned_text_feature_flag_enabled=true", Version.fromString("9.1.0"), null);
2626

2727
public final String systemProperty;
2828
public final Version from;

0 commit comments

Comments
 (0)