Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling sort optimization back for half_float with custom comparators #11024

Merged
merged 15 commits into from
Nov 14, 2023

Commits on Oct 31, 2023

  1. Enabling sort optimizatin back for half_float with custom comparators

    Signed-off-by: Chaitanya Gohel <gashutos@amazon.com>
    gashutos committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1ce776a View commit details
    Browse the repository at this point in the history
  2. Fixing tests

    Signed-off-by: Chaitanya Gohel <gashutos@amazon.com>
    gashutos committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9cce0f6 View commit details
    Browse the repository at this point in the history
  3. Adding test for Indecx sort half_float

    Signed-off-by: Chaitanya Gohel <gashutos@amazon.com>
    gashutos committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    4eefa77 View commit details
    Browse the repository at this point in the history
  4. Making indexFieldData provate in FloatValuesComparatorSource

    Signed-off-by: Chaitanya Gohel <gashutos@amazon.com>
    gashutos committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    41cba16 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update server/src/main/java/org/opensearch/index/search/comparators/H…

    …alfFloatComparator.java
    
    Co-authored-by: Andriy Redko <drreta@gmail.com>
    Signed-off-by: Chaitanya Gohel <104654647+gashutos@users.noreply.github.com>
    gashutos and reta committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    29bdd91 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Adding missing value instead null

    Signed-off-by: Chaitanya Gohel <gashutos@amazon.com>
    gashutos committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    d4715bd View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Adding more tests for desc order sort

    Signed-off-by: Chaitanya Gohel <gashutos@amazon.com>
    gashutos committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9908714 View commit details
    Browse the repository at this point in the history
  2. Update rest-api-spec/src/main/resources/rest-api-spec/test/search/90_…

    …search_after.yml
    
    Co-authored-by: Prabhakar Sithanandam <prabhakar.s87@gmail.com>
    Signed-off-by: Chaitanya Gohel <104654647+gashutos@users.noreply.github.com>
    gashutos and backslasht committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    647c376 View commit details
    Browse the repository at this point in the history
  3. Adding tests in case missing values are competitive

    Signed-off-by: Chaitanya Gohel <gashutos@amazon.com>
    gashutos committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a2015ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    781d9dd View commit details
    Browse the repository at this point in the history
  5. chanheing newly added test supported version 3.0.0

    Signed-off-by: Chaitanya Gohel <gashutos@amazon.com>
    gashutos committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    563ccb9 View commit details
    Browse the repository at this point in the history
  6. Assing missing float tests

    Signed-off-by: Chaitanya Gohel <gashutos@amazon.com>
    gashutos committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e3a5094 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a6bf14 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Remove missing value change to be part of another PR

    Signed-off-by: Chaitanya Gohel <gashutos@amazon.com>
    gashutos committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2a4a430 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    b198f6b View commit details
    Browse the repository at this point in the history