mirror of https://github.com/apache/lucene.git
fix spacing
This commit is contained in:
parent
75ff81c18f
commit
7d96b04113
|
@ -602,7 +602,7 @@ public class IndexSearcher {
|
||||||
|
|
||||||
private final HitsThresholdChecker hitsThresholdChecker = (executor == null || leafSlices.length <= 1) ? HitsThresholdChecker.create(TOTAL_HITS_THRESHOLD) :
|
private final HitsThresholdChecker hitsThresholdChecker = (executor == null || leafSlices.length <= 1) ? HitsThresholdChecker.create(TOTAL_HITS_THRESHOLD) :
|
||||||
HitsThresholdChecker.createShared(TOTAL_HITS_THRESHOLD);
|
HitsThresholdChecker.createShared(TOTAL_HITS_THRESHOLD);
|
||||||
private final BottomValueChecker bottomValueChecker = (executor ==null || leafSlices.length <= 1) ? BottomValueChecker.createMaxBottomScoreChecker() : null;
|
private final BottomValueChecker bottomValueChecker = (executor == null || leafSlices.length <= 1) ? BottomValueChecker.createMaxBottomScoreChecker() : null;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public TopFieldCollector newCollector() throws IOException {
|
public TopFieldCollector newCollector() throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue