Uses of Package
com.yahoo.search.searchchain
Package
Description
Cluster monitoring for content clusters queried over fnet.
The top level classes of the search container. A Query represents the incoming request, which produces a Result
by chained execution of a set of Searchers.
Standard searchers to compose in source search chains (those containing searchers specific for one source and
which ends with a call to some provider) which calls a cluster of provider nodes.
The federation layer on top of the search container.
The search handler, which handles search request to the Container by translating the Request into a Query, invoking the
chosen Search Chain to get a Result, which it translates to a Response which is returned to the Container.
The search query model
Provides access to parsing query strings into queries
Vespa search platform query transformation infrastructure.
Classes for composition of searchers into search chains, which are executed to produce Results for Queries.
Various useful searchers
YQL+ integration.
-
-
-
-
-
-
-
-
-
ClassDescriptionAn execution of a search chain.Searchers which invokes other search chains should override this.A search chain with a comment about when it is used.Contains a reference to all currently known search chains.
-
-
-
-
ClassDescriptionProvides creation of fully configured query Execution instances.Contains a reference to all currently known search chains.
-
-
-
-
ClassDescriptionThe execution context is the search chain's current view of the indexes, search chain registrys, etc.
-
-
-
ClassDescriptionAn execution of a search chain.The execution context is the search chain's current view of the indexes, search chain registrys, etc.Provides creation of fully configured query Execution instances.A search chain with a comment about when it is used.Extends a
FutureTask<Result>
, with some added error handlingA named collection of searchers.Contains a reference to all currently known search chains.A registry of searchers. -
-
-
-