Skip to content

Commit

Permalink
Update server/src/main/java/org/opensearch/index/search/comparators/H…
Browse files Browse the repository at this point in the history
…alfFloatComparator.java

Co-authored-by: Andriy Redko <[email protected]>
Signed-off-by: Chaitanya Gohel <[email protected]>
  • Loading branch information
gashutos and reta committed Nov 3, 2023
1 parent 41cba16 commit 29bdd91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.io.IOException;

/**
* The comparator for unsigned half_float numeric type.
* The comparator for half_float numeric type.
* Comparator based on {@link Float#compare} for {@code numHits}. This comparator provides a
* skipping functionality – an iterator that can skip over non-competitive documents.
*/
Expand Down

0 comments on commit 29bdd91

Please sign in to comment.