Uses of Class
com.yahoo.search.searchchain.FutureResult
-
Packages that use FutureResult Package Description com.yahoo.search.searchchain Classes for composition of searchers into search chains, which are executed to produce Results for Queries. -
-
Uses of FutureResult in com.yahoo.search.searchchain
Methods in com.yahoo.search.searchchain that return FutureResult Modifier and Type Method Description FutureResult
AsyncExecution. fill(Result result, String summaryClass)
The future of this functions returns the original ResultFutureResult
AsyncExecution. search(Query query)
Does an async search, note that the query argument cannot simultaneously be used to execute any other searches, a clone() must be made of the query for each async execution if the same query is to be used in more than one.FutureResult
AsyncExecution. searchAndFill(Query query)
Method parameters in com.yahoo.search.searchchain with type arguments of type FutureResult Modifier and Type Method Description static List<Result>
AsyncExecution. waitForAll(Collection<FutureResult> tasks, long timeoutMs)
-