T - public class PerSegmentOptimizingQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description |
|---|
PerSegmentOptimizingQueryRunner(QueryRunner<T> base,
PerSegmentQueryOptimizationContext optimizationContext) |
| Modifier and Type | Method and Description |
|---|---|
Sequence<T> |
run(QueryPlus<T> input,
Map<String,Object> responseContext)
Runs the given query and returns results in a time-ordered sequence.
|
public PerSegmentOptimizingQueryRunner(QueryRunner<T> base, PerSegmentQueryOptimizationContext optimizationContext)
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.