Skip to content

Commit e676f6b

Browse files
authored
Updating RRF license to Enterprise (#113100)
1 parent fb482f8 commit e676f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/rank-rrf/src/main/java/org/elasticsearch/xpack/rank/rrf/RRFRankPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class RRFRankPlugin extends Plugin implements SearchPlugin {
2525
public static final LicensedFeature.Momentary RANK_RRF_FEATURE = LicensedFeature.momentary(
2626
null,
2727
"rank-rrf",
28-
License.OperationMode.PLATINUM
28+
License.OperationMode.ENTERPRISE
2929
);
3030

3131
public static final String NAME = "rrf";

0 commit comments

Comments
 (0)