mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Merge main into multi-project
This commit is contained in:
commit
fd55e00fa7
212 changed files with 4120 additions and 2405 deletions
|
@ -83,7 +83,7 @@ public final class RRFRetrieverBuilder extends CompoundRetrieverBuilder<RRFRetri
|
|||
throw new ParsingException(parser.getTokenLocation(), "unknown retriever [" + NAME + "]");
|
||||
}
|
||||
if (context.clusterSupportsFeature(RRF_RETRIEVER_COMPOSITION_SUPPORTED) == false) {
|
||||
throw new UnsupportedOperationException("[rrf] retriever composition feature is not supported by all nodes in the cluster");
|
||||
throw new IllegalArgumentException("[rrf] retriever composition feature is not supported by all nodes in the cluster");
|
||||
}
|
||||
if (RRFRankPlugin.RANK_RRF_FEATURE.check(XPackPlugin.getSharedLicenseState()) == false) {
|
||||
throw LicenseUtils.newComplianceException("Reciprocal Rank Fusion (RRF)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue