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

[Upgrade] Lucene 9.0.0 release #1109

Merged
merged 11 commits into from
Mar 15, 2022
Merged

Commits on Mar 15, 2022

  1. [Remove] types from UID and remaining types in translog

    Removes types from UID class along with cleaning up all obsolete MapperService
    dependendices. This includes removing UID from the Translog Delete operation
    which is no longer needed due to type dependency removal.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    bbdf6b2 View commit details
    Browse the repository at this point in the history
  2. fix failing test

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    56d9324 View commit details
    Browse the repository at this point in the history
  3. [Upgrade] Lucene 9.0.0

    This commit upgrades the core codebase from Lucene 8.9 to
    lucene-9.0.0. It includes all necessary refactoring of features and
    API changes when upgrading to a new major Lucene release.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    66ea3d7 View commit details
    Browse the repository at this point in the history
  4. Fixing JDK-11 and HighlighterSearchIT::testPostingsHighlighter

    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    reta authored and nknize committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    f8e21b5 View commit details
    Browse the repository at this point in the history
  5. More highlighter-related test fixes (#2)

    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    reta authored and nknize committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    360c7d2 View commit details
    Browse the repository at this point in the history
  6. cleanup and test fixes

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    9488339 View commit details
    Browse the repository at this point in the history
  7. remove AwaitsFix from CustomUnifiedHighlighterTests

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    1388897 View commit details
    Browse the repository at this point in the history
  8. PluginsServiceTests is passing (#3)

    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    reta authored and nknize committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    e7af399 View commit details
    Browse the repository at this point in the history
  9. merge removals

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    d35292a View commit details
    Browse the repository at this point in the history
  10. Revert "PluginsServiceTests is passing (#3)"

    This reverts commit e7af399.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    f080199 View commit details
    Browse the repository at this point in the history
  11. add spdx header to lucene copied files

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    451a409 View commit details
    Browse the repository at this point in the history