Class FederationSearcherModel.TargetSpec
java.lang.Object
com.yahoo.search.searchchain.model.federation.FederationSearcherModel.TargetSpec
- Enclosing class:
- FederationSearcherModel
Specifies one or more search chains that can be addressed as a single source.
-
Field Summary
Modifier and TypeFieldDescriptionfinal FederationOptions
final com.yahoo.component.ComponentSpecification
-
Constructor Summary
ConstructorDescriptionTargetSpec
(com.yahoo.component.ComponentSpecification sourceSpec, FederationOptions federationOptions) -
Method Summary
-
Field Details
-
sourceSpec
public final com.yahoo.component.ComponentSpecification sourceSpec -
federationOptions
-
-
Constructor Details
-
TargetSpec
public TargetSpec(com.yahoo.component.ComponentSpecification sourceSpec, FederationOptions federationOptions)
-