public class FinalizeResultsQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description | 
|---|
FinalizeResultsQueryRunner(QueryRunner<T> baseRunner,
                          QueryToolChest<T,Query<T>> toolChest)  | 
| Modifier and Type | Method and Description | 
|---|---|
Sequence<T> | 
run(QueryPlus<T> queryPlus,
   Map<String,Object> responseContext)
Runs the given query and returns results in a time-ordered sequence. 
 | 
public FinalizeResultsQueryRunner(QueryRunner<T> baseRunner, QueryToolChest<T,Query<T>> toolChest)
Copyright © 2011–2018. All rights reserved.