-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabling sort optimization back for half_float with custom comparators (
#11024) * Enabling sort optimizatin back for half_float with custom comparators Signed-off-by: Chaitanya Gohel <[email protected]> * Fixing tests Signed-off-by: Chaitanya Gohel <[email protected]> * Adding test for Indecx sort half_float Signed-off-by: Chaitanya Gohel <[email protected]> * Making indexFieldData provate in FloatValuesComparatorSource Signed-off-by: Chaitanya Gohel <[email protected]> * Update server/src/main/java/org/opensearch/index/search/comparators/HalfFloatComparator.java Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Chaitanya Gohel <[email protected]> * Adding missing value instead null Signed-off-by: Chaitanya Gohel <[email protected]> * Adding more tests for desc order sort Signed-off-by: Chaitanya Gohel <[email protected]> * Update rest-api-spec/src/main/resources/rest-api-spec/test/search/90_search_after.yml Co-authored-by: Prabhakar Sithanandam <[email protected]> Signed-off-by: Chaitanya Gohel <[email protected]> * Adding tests in case missing values are competitive Signed-off-by: Chaitanya Gohel <[email protected]> * chanheing newly added test supported version 3.0.0 Signed-off-by: Chaitanya Gohel <[email protected]> * Assing missing float tests Signed-off-by: Chaitanya Gohel <[email protected]> * Remove missing value change to be part of another PR Signed-off-by: Chaitanya Gohel <[email protected]> --------- Signed-off-by: Chaitanya Gohel <[email protected]> Signed-off-by: Chaitanya Gohel <[email protected]> Co-authored-by: Andriy Redko <[email protected]> Co-authored-by: Prabhakar Sithanandam <[email protected]>
- Loading branch information
1 parent
6c980bc
commit 5143198
Showing
8 changed files
with
483 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.