We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b37e1f commit 19c68d8Copy full SHA for 19c68d8
server/src/main/java/org/elasticsearch/search/sort/ScriptSortBuilder.java
@@ -344,7 +344,7 @@ public BucketedSort newBucketedSort(
344
final Map<Object, NumberSortScript> leafScripts = ConcurrentCollections.newConcurrentMap();
345
346
@Override
347
- protected SortedNumericDoubleValues getValues(LeafReaderContext context) throws IOException {
+ protected SortedNumericDoubleValues getValues(LeafReaderContext context) {
348
NumberSortScript leafScript = getLeafScript(context);
349
final NumericDoubleValues values = new NumericDoubleValues() {
350
0 commit comments