Skip to content

Commit

Permalink
Fix misapplied patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanuszkiewicz-tt committed Aug 29, 2024
1 parent b1bf8ff commit 2e6dc2f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ public Scorer scorer(LeafReaderContext context) throws IOException {
}
}

if(hasOutput) {
TraveltimeCache.INSTANCE.add(ttQuery.getParams(), pointToTime);
}

return new TraveltimeScorer(this, pointToTime, filteredValues(context), boost);
}

Expand Down

0 comments on commit 2e6dc2f

Please sign in to comment.