com.yahoo.vespa.model.container.search.searchchain.Provider Maven / Gradle / Ivy
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.model.container.search.searchchain;
import com.yahoo.component.chain.model.ChainSpecification;
import com.yahoo.search.searchchain.model.federation.FederationOptions;
import com.yahoo.vespa.model.container.component.ConfigProducerGroup;
import java.util.Collection;
import java.util.List;
/**
* Base config producer for search chains that communicate with backends.
*
* @author Tony Vaagenes
*/
public class Provider extends GenericTarget {
private final ConfigProducerGroup
© 2015 - 2025 Weber Informatics LLC | Privacy Policy