private static class FederationSearcher.StandardTarget extends FederationSearcher.Target
Modifier and Type | Field and Description |
---|---|
private com.yahoo.component.chain.Chain<Searcher> |
chain |
private SearchChainInvocationSpec |
target |
Constructor and Description |
---|
StandardTarget(SearchChainInvocationSpec target,
com.yahoo.component.chain.Chain<Searcher> chain) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
FederationOptions |
federationOptions() |
(package private) com.yahoo.component.chain.Chain<Searcher> |
getChain() |
int |
hashCode() |
(package private) void |
modifyTargetQuery(Query query) |
(package private) void |
modifyTargetResult(Result result) |
getId, toString
private final SearchChainInvocationSpec target
private final com.yahoo.component.chain.Chain<Searcher> chain
public StandardTarget(SearchChainInvocationSpec target, com.yahoo.component.chain.Chain<Searcher> chain)
com.yahoo.component.chain.Chain<Searcher> getChain()
getChain
in class FederationSearcher.Target
void modifyTargetQuery(Query query)
modifyTargetQuery
in class FederationSearcher.Target
void modifyTargetResult(Result result)
modifyTargetResult
in class FederationSearcher.Target
public FederationOptions federationOptions()
federationOptions
in class FederationSearcher.Target
Copyright © 2017. All rights reserved.