Package com.yahoo.search.searchchain
@ExportPackage
@PublicApi
package com.yahoo.search.searchchain
Classes for composition of searchers into search chains, which are executed to produce Results for Queries.
-
ClassDescriptionProvides asynchronous execution of searchchains.An 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.Searchers which invokes other search chains should override this.A search chain with a comment about when it is used.Extends a
FutureTask<Result>
, with some added error handlingHelper class for ordering searchers.A named collection of searchers.Contains a reference to all currently known search chains.A registry of searchers.