Skip to content

Commit 6665b31

Browse files
Updating RRF license to Enterprise (#113100) (#114378)
Co-authored-by: Elastic Machine <[email protected]>
1 parent 89199a6 commit 6665b31

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)