From 35e957f09c4018c2e1bab70da2e632130b0b43e6 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Fri, 24 Aug 2018 18:39:36 +0200 Subject: Generate a global rank profile config This makes available to all regular container clusters a config containing a set of rank profiles containing the expressions resulting from converting all the ml models added in the models/ directory in the application package. --- .../main/java/com/yahoo/search/query/profile/QueryProfileRegistry.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'container-search') diff --git a/container-search/src/main/java/com/yahoo/search/query/profile/QueryProfileRegistry.java b/container-search/src/main/java/com/yahoo/search/query/profile/QueryProfileRegistry.java index 8acd1ec4248..0363b50815b 100644 --- a/container-search/src/main/java/com/yahoo/search/query/profile/QueryProfileRegistry.java +++ b/container-search/src/main/java/com/yahoo/search/query/profile/QueryProfileRegistry.java @@ -16,9 +16,6 @@ public class QueryProfileRegistry extends ComponentRegistry { private QueryProfileTypeRegistry queryProfileTypeRegistry = new QueryProfileTypeRegistry(); - /** The current default instance of this registry */ - private static QueryProfileRegistry instance = new QueryProfileRegistry(); - /** Register this type by its id */ public void register(QueryProfile profile) { super.register(profile.getId(), profile); -- cgit v1.2.3