Uses of Class
com.yahoo.prelude.fastsearch.VespaBackend
Packages that use VespaBackend
Package
Description
-
Uses of VespaBackend in com.yahoo.prelude.fastsearch
Subclasses of VespaBackend in com.yahoo.prelude.fastsearchModifier and TypeClassDescriptionclassThe searcher which forwards queries to fdispatch nodes, using the fnet/fs4 network layer. -
Uses of VespaBackend in com.yahoo.search.dispatch
Methods in com.yahoo.search.dispatch with parameters of type VespaBackendModifier and TypeMethodDescriptionabstract FillInvokerInvokerFactory.createFillInvoker(VespaBackend searcher, Result result) protected abstract Optional<SearchInvoker>InvokerFactory.createNodeSearchInvoker(VespaBackend searcher, Query query, int maxHits, Node node) Dispatcher.getFillInvoker(Result result, VespaBackend searcher) Dispatcher.getSearchInvoker(Query query, VespaBackend searcher) -
Uses of VespaBackend in com.yahoo.search.dispatch.rpc
Methods in com.yahoo.search.dispatch.rpc with parameters of type VespaBackendModifier and TypeMethodDescriptionRpcInvokerFactory.createFillInvoker(VespaBackend searcher, Result result) protected Optional<SearchInvoker>RpcInvokerFactory.createNodeSearchInvoker(VespaBackend searcher, Query query, int maxHits, Node node) -
Uses of VespaBackend in com.yahoo.vespa.streamingvisitors
Subclasses of VespaBackend in com.yahoo.vespa.streamingvisitorsModifier and TypeClassDescriptionclassThe searcher which forwards queries to storage nodes using visiting.