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

Removed required index for Hit.java (#838) #838

Merged

Commits on Feb 7, 2024

  1. Removed required index for Hit.java (opensearch-project#833)

    For InnerHits, since the index and id is assumed to be the same as parent, they were not included in the InnerHit object, but when converting it into a Hit object in the java sdk, it would throw an exception, saying index is required. Removed it, and also added unit tests.
    
    Signed-off-by: jvan1997 <32347479+jvan1997@users.noreply.github.com>
    (cherry picked from commit c18adb9)
    jvan1997 authored and Jonathan Van committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3aea562 View commit details
    Browse the repository at this point in the history