public interface TargetSelector<T>
Modifier and Type | Method and Description |
---|---|
Collection<FederationTarget<T>> |
getTargets(Query query,
com.yahoo.processing.execution.chain.ChainRegistry<Searcher> searcherChainRegistry) |
void |
modifyTargetQuery(FederationTarget<T> target,
Query query)
For modifying the query before sending it to a the target
|
void |
modifyTargetResult(FederationTarget<T> target,
Result result)
For modifying the result produced by the target.
|
Collection<FederationTarget<T>> getTargets(Query query, com.yahoo.processing.execution.chain.ChainRegistry<Searcher> searcherChainRegistry)
void modifyTargetQuery(FederationTarget<T> target, Query query)
void modifyTargetResult(FederationTarget<T> target, Result result)
Copyright © 2017. All rights reserved.