Class FederationSearcher
java.lang.Object
com.yahoo.config.model.producer.AnyConfigProducer
com.yahoo.config.model.producer.TreeConfigProducer<CCHILD>
com.yahoo.vespa.model.container.component.Component<AnyConfigProducer,T>
com.yahoo.vespa.model.container.component.chain.ChainedComponent<T>
com.yahoo.vespa.model.container.search.searchchain.Searcher<com.yahoo.search.searchchain.model.federation.FederationSearcherModel>
com.yahoo.vespa.model.container.search.searchchain.FederationSearcher
- All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer,com.yahoo.search.federation.FederationConfig.Producer,ConfigProducer,Serializable,Comparable<Component<?,?>>
public class FederationSearcher
extends Searcher<com.yahoo.search.searchchain.model.federation.FederationSearcherModel>
implements com.yahoo.search.federation.FederationConfig.Producer
Config producer for the FederationSearcher.
- Author:
- Tony Vaagenes
- See Also:
-
Field Summary
Fields inherited from class com.yahoo.config.model.producer.AnyConfigProducer
log -
Constructor Summary
ConstructorsConstructorDescriptionFederationSearcher(com.yahoo.search.searchchain.model.federation.FederationSearcherModel searcherModel, Optional<Component> targetSelector) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetConfig(com.yahoo.search.federation.FederationConfig.Builder builder) voidMethods inherited from class com.yahoo.vespa.model.container.search.searchchain.Searcher
getSearchChainsMethods inherited from class com.yahoo.vespa.model.container.component.chain.ChainedComponent
getGlobalComponentIdMethods inherited from class com.yahoo.vespa.model.container.component.Component
addComponent, compareTo, fromClassAndBundle, getClassId, getComponentId, getInjectedComponentIds, inject, injectForName, toStringMethods inherited from class com.yahoo.config.model.producer.TreeConfigProducer
addChild, addDescendantService, getChildren, getChildrenByTypeRecursive, getConfigClassLoader, getDescendantServices, removeChild, validateMethods inherited from class com.yahoo.config.model.producer.AnyConfigProducer
addConfigId, addUserConfig, cascadeConfig, currentConfigId, findInheritedClassLoader, getConfigId, getMonitoringService, getParent, getRoot, getSubId, getUserConfigs, hostSystem, mergeUserConfigs, remove, setParent, setUserConfigs, stateIsHostedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.yahoo.vespa.model.ConfigProducer
dump
-
Constructor Details
-
FederationSearcher
-
-
Method Details
-
getConfig
public void getConfig(com.yahoo.search.federation.FederationConfig.Builder builder) - Specified by:
getConfigin interfacecom.yahoo.search.federation.FederationConfig.Producer
-
initialize
public void initialize()- Overrides:
initializein classChainedComponent<com.yahoo.search.searchchain.model.federation.FederationSearcherModel>
-