Skip to content

Commit 406ce12

Browse files
committed
wip
1 parent 45a04c5 commit 406ce12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public BytesRef binaryValue() {
306306

307307
@Override
308308
protected void setScorer(LeafReaderContext context, Scorable scorer) {
309-
getLeafScript(context).setScorer(scorer);
309+
//getLeafScript(context).setScorer(scorer);
310310
}
311311

312312
StringSortScript getLeafScript(LeafReaderContext context) {
@@ -363,7 +363,7 @@ public double doubleValue() {
363363

364364
@Override
365365
protected void setScorer(LeafReaderContext context, Scorable scorer) {
366-
getLeafScript(context).setScorer(scorer);
366+
//getLeafScript(context).setScorer(scorer);
367367
}
368368

369369
NumberSortScript getLeafScript(LeafReaderContext context) {
@@ -415,7 +415,7 @@ public BytesRef binaryValue() {
415415

416416
@Override
417417
protected void setScorer(LeafReaderContext context, Scorable scorer) {
418-
getLeafScript(context).setScorer(scorer);
418+
//getLeafScript(context).setScorer(scorer);
419419
}
420420

421421
BytesRefSortScript getLeafScript(LeafReaderContext context) {

0 commit comments

Comments
 (0)