public class ResultMergeQueryRunner<T> extends BySegmentSkippingQueryRunner<T>
Constructor and Description |
---|
ResultMergeQueryRunner(QueryRunner<T> baseRunner,
Function<Query<T>,Comparator<T>> comparatorGenerator,
Function<Query<T>,BinaryOperator<T>> mergeFnGenerator) |
Modifier and Type | Method and Description |
---|---|
Sequence<T> |
doRun(QueryRunner<T> baseRunner,
QueryPlus<T> queryPlus,
ResponseContext context) |
run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
public ResultMergeQueryRunner(QueryRunner<T> baseRunner, Function<Query<T>,Comparator<T>> comparatorGenerator, Function<Query<T>,BinaryOperator<T>> mergeFnGenerator)
public Sequence<T> doRun(QueryRunner<T> baseRunner, QueryPlus<T> queryPlus, ResponseContext context)
doRun
in class BySegmentSkippingQueryRunner<T>
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.