Skip to content

Commit

Permalink
Revert to make 90_search_after integ pass as hits are not shown
Browse files Browse the repository at this point in the history
Signed-off-by: expani <[email protected]>
  • Loading branch information
expani committed Dec 26, 2024
1 parent 2ce5cfb commit a292351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public LeafFieldComparator getLeafComparator(LeafReaderContext context) throws I

@Override
protected long missingValueAsComparableLong() {
return HalfFloatPoint.halfFloatToSortableShort(missingValue);
return NumericUtils.floatToSortableInt(missingValue);
}

@Override
Expand Down

0 comments on commit a292351

Please sign in to comment.