We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb482f8 commit e676f6bCopy full SHA for e676f6b
x-pack/plugin/rank-rrf/src/main/java/org/elasticsearch/xpack/rank/rrf/RRFRankPlugin.java
@@ -25,7 +25,7 @@ public class RRFRankPlugin extends Plugin implements SearchPlugin {
25
public static final LicensedFeature.Momentary RANK_RRF_FEATURE = LicensedFeature.momentary(
26
null,
27
"rank-rrf",
28
- License.OperationMode.PLATINUM
+ License.OperationMode.ENTERPRISE
29
);
30
31
public static final String NAME = "rrf";
0 commit comments