Class FederationSearcherModel
java.lang.Object
com.yahoo.osgi.provider.model.ComponentModel
com.yahoo.component.chain.model.ChainedComponentModel
com.yahoo.search.searchchain.model.federation.FederationSearcherModel
public class FederationSearcherModel
extends com.yahoo.component.chain.model.ChainedComponentModel
Specifies how a federation searcher is to be set up.
- Author:
- Tony Vaagenes
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Specifies one or more search chains that can be addressed as a single source. -
Field Summary
Modifier and TypeFieldDescriptionfinal boolean
Fields inherited from class com.yahoo.component.chain.model.ChainedComponentModel
dependencies
Fields inherited from class com.yahoo.osgi.provider.model.ComponentModel
bundleInstantiationSpec, configId
-
Constructor Summary
ConstructorDescriptionFederationSearcherModel
(com.yahoo.component.ComponentSpecification componentId, com.yahoo.component.chain.dependencies.Dependencies dependencies, List<FederationSearcherModel.TargetSpec> targets, boolean inheritDefaultSources) -
Method Summary
Methods inherited from class com.yahoo.osgi.provider.model.ComponentModel
getClassId, getComponentId
-
Field Details
-
targets
-
inheritDefaultSources
public final boolean inheritDefaultSources
-
-
Constructor Details
-
FederationSearcherModel
public FederationSearcherModel(com.yahoo.component.ComponentSpecification componentId, com.yahoo.component.chain.dependencies.Dependencies dependencies, List<FederationSearcherModel.TargetSpec> targets, boolean inheritDefaultSources)
-