Skip to content

Commit 506cbfc

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 21075f1 commit 506cbfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/src/main/java/org/elasticsearch/lucene/queries/TimestampQuery.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ public ScorerSupplier scorerSupplier(LeafReaderContext context) throws IOExcepti
9494
var primaryFieldSkipper = reader.getDocValuesSkipper(primarySortField);
9595
var iterator = new TimestampIterator(timestamps, timestampSkipper, primaryFieldSkipper, minTimestamp, maxTimestamp);
9696
return ConstantScoreScorerSupplier.fromIterator(TwoPhaseIterator.asDocIdSetIterator(iterator), score(), scoreMode, maxDoc);
97-
// var primaryFieldSkipper = reader.getDocValuesSkipper(primarySortField);
98-
// var iterator = new TimestampIterator2(timestamps, timestampSkipper, primaryFieldSkipper, minTimestamp, maxTimestamp);
99-
// return ConstantScoreScorerSupplier.fromIterator(iterator, score(), scoreMode, maxDoc);
97+
// var primaryFieldSkipper = reader.getDocValuesSkipper(primarySortField);
98+
// var iterator = new TimestampIterator2(timestamps, timestampSkipper, primaryFieldSkipper, minTimestamp, maxTimestamp);
99+
// return ConstantScoreScorerSupplier.fromIterator(iterator, score(), scoreMode, maxDoc);
100100
}
101101

102102
@Override

0 commit comments

Comments
 (0)