Skip to content

Commit 19c68d8

Browse files
committed
iter
1 parent 7b37e1f commit 19c68d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/search/sort/ScriptSortBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public BucketedSort newBucketedSort(
344344
final Map<Object, NumberSortScript> leafScripts = ConcurrentCollections.newConcurrentMap();
345345

346346
@Override
347-
protected SortedNumericDoubleValues getValues(LeafReaderContext context) throws IOException {
347+
protected SortedNumericDoubleValues getValues(LeafReaderContext context) {
348348
NumberSortScript leafScript = getLeafScript(context);
349349
final NumericDoubleValues values = new NumericDoubleValues() {
350350
@Override

0 commit comments

Comments
 (0)