Class FederationTarget<T>
java.lang.Object
com.yahoo.search.federation.selection.FederationTarget<T>
Represents a search chain that the federation searcher should send a query to,
along with a timeout and
custom data reserved for use by the TargetSelector.
- Author:
- Tony Vaagenes
-
Constructor Summary
ConstructorDescriptionFederationTarget
(com.yahoo.component.chain.Chain<Searcher> chain, FederationOptions federationOptions, T customData) -
Method Summary
-
Constructor Details
-
FederationTarget
public FederationTarget(com.yahoo.component.chain.Chain<Searcher> chain, FederationOptions federationOptions, T customData)
-
-
Method Details