Uses of Class
com.yahoo.search.searchchain.ForkingSearcher.CommentedSearchChain
-
Packages that use ForkingSearcher.CommentedSearchChain Package Description com.yahoo.search.federation The federation layer on top of the search container.com.yahoo.search.searchchain Classes for composition of searchers into search chains, which are executed to produce Results for Queries. -
-
Uses of ForkingSearcher.CommentedSearchChain in com.yahoo.search.federation
Methods in com.yahoo.search.federation that return types with arguments of type ForkingSearcher.CommentedSearchChain Modifier and Type Method Description Collection<ForkingSearcher.CommentedSearchChain>
FederationSearcher. getSearchChainsForwarded(SearchChainRegistry registry)
-
Uses of ForkingSearcher.CommentedSearchChain in com.yahoo.search.searchchain
Methods in com.yahoo.search.searchchain that return types with arguments of type ForkingSearcher.CommentedSearchChain Modifier and Type Method Description abstract Collection<ForkingSearcher.CommentedSearchChain>
ForkingSearcher. getSearchChainsForwarded(SearchChainRegistry registry)
Returns which searchers this searcher may forward to, for debugging and tracing
-