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

Handle case with nested list of objects #477

Merged
merged 16 commits into from
Mar 1, 2024

Commits on Dec 20, 2023

  1. Handle case with nested list of objects

    Signed-off-by: Gopala-Krishna.Char <[email protected]>
    Gopala-Krishna.Char committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f489241 View commit details
    Browse the repository at this point in the history
  2. fix validateEmbeddingsFieldValues Method

    Signed-off-by: Gopala-Krishna.Char <[email protected]>
    Gopala-Krishna.Char committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0060ae4 View commit details
    Browse the repository at this point in the history
  3. spotless formatting

    Signed-off-by: Gopala-Krishna.Char <[email protected]>
    Gopala-Krishna.Char committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b8d001a View commit details
    Browse the repository at this point in the history
  4. Onboard jenkins prod docker images on github actions (opensearch-proj…

    …ect#483)
    
    Signed-off-by: Peter Zhu <[email protected]>
    Signed-off-by: Gopala-Krishna.Char <[email protected]>
    peterzhuamazon authored and Gopala-Krishna.Char committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6dd3c30 View commit details
    Browse the repository at this point in the history
  5. Update dependency org.json:json to v20231013 (opensearch-project#481)

    Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
    Signed-off-by: Gopala-Krishna.Char <[email protected]>
    mend-for-github-com[bot] authored and Gopala-Krishna.Char committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    5e13a47 View commit details
    Browse the repository at this point in the history
  6. [Backport main manually][bug fix] Fix async actions are left in neura…

    …l_sparse query (opensearch-project#438) (opensearch-project#479)
    
    * [bug fix] Fix async actions are left in neural_sparse query (opensearch-project#438)
    
    * add serialization and deserialization
    
    Signed-off-by: zhichao-aws <[email protected]>
    
    * hash, equals. + UT
    
    Signed-off-by: zhichao-aws <[email protected]>
    
    * tidy
    
    Signed-off-by: zhichao-aws <[email protected]>
    
    * add test
    
    Signed-off-by: zhichao-aws <[email protected]>
    
    ---------
    
    Signed-off-by: zhichao-aws <[email protected]>
    (cherry picked from commit 51e6c00)
    
    * rm max_token_score
    
    Signed-off-by: zhichao-aws <[email protected]>
    
    * add changelog
    
    Signed-off-by: zhichao-aws <[email protected]>
    
    * tidy
    
    Signed-off-by: zhichao-aws <[email protected]>
    
    ---------
    
    Signed-off-by: zhichao-aws <[email protected]>
    Signed-off-by: Gopala-Krishna.Char <[email protected]>
    zhichao-aws authored and Gopala-Krishna.Char committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d18c60d View commit details
    Browse the repository at this point in the history
  7. Fixed exception for case when Hybrid query being wrapped into bool qu…

    …ery (opensearch-project#490)
    
    * Adding null check for case when hybrid query wrapped into bool query
    
    Signed-off-by: Martin Gaievski <[email protected]>
    Signed-off-by: Gopala-Krishna.Char <[email protected]>
    martin-gaievski authored and Gopala-Krishna.Char committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    46d242d View commit details
    Browse the repository at this point in the history
  8. Fixed Hybrid query for cases when it's wrapped into other compound qu…

    …eries (opensearch-project#498)
    
    * Fixed nested field case
    
    Signed-off-by: Martin Gaievski <[email protected]>
    Signed-off-by: Gopala-Krishna.Char <[email protected]>
    martin-gaievski authored and Gopala-Krishna.Char committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2a2a90d View commit details
    Browse the repository at this point in the history
  9. Added the github action to copy the attached issues label to PR. (ope…

    …nsearch-project#504)
    
    Signed-off-by: Navneet Verma <[email protected]>
    Signed-off-by: Gopala-Krishna.Char <[email protected]>
    navneet1v authored and Gopala-Krishna.Char committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0c6c739 View commit details
    Browse the repository at this point in the history
  10. Added support for jdk-21 (opensearch-project#500)

    * Added support for jdk-21
    
    Signed-off-by: Martin Gaievski <[email protected]>
    Signed-off-by: Gopala-Krishna.Char <[email protected]>
    martin-gaievski authored and Gopala-Krishna.Char committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e16b9dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9e4cd62 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    861d3c0 View commit details
    Browse the repository at this point in the history
  2. Add unit tests + small fixes

    Signed-off-by: krishy91 <[email protected]>
    krishy91 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    70dcf1b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. fix indentation

    Signed-off-by: krishy91 <[email protected]>
    krishy91 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0485dd0 View commit details
    Browse the repository at this point in the history
  2. remove unused code + add 2nd level nesting test

    Signed-off-by: krishy91 <[email protected]>
    krishy91 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a006c25 View commit details
    Browse the repository at this point in the history
  3. add integration test for list of nested objects

    Signed-off-by: krishy91 <[email protected]>
    krishy91 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    54419ea View commit details
    Browse the repository at this point in the history