Uses of Class
com.yahoo.search.federation.selection.FederationTarget
-
Packages that use FederationTarget Package Description com.yahoo.search.federation.selection -
-
Uses of FederationTarget in com.yahoo.search.federation.selection
Methods in com.yahoo.search.federation.selection that return types with arguments of type FederationTarget Modifier and Type Method Description java.util.Collection<FederationTarget<T>>
TargetSelector. getTargets(Query query, com.yahoo.processing.execution.chain.ChainRegistry<Searcher> searcherChainRegistry)
Methods in com.yahoo.search.federation.selection with parameters of type FederationTarget Modifier and Type Method Description void
TargetSelector. modifyTargetQuery(FederationTarget<T> target, Query query)
For modifying the query before sending it to a the targetvoid
TargetSelector. modifyTargetResult(FederationTarget<T> target, Result result)
For modifying the result produced by the target.
-