-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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.2-snapshot #2924
[Upgrade] Lucene-9.2-snapshot #2924
Conversation
❌ Gradle Check failure 13f77c6c954aba198ba9839d6c5c44d4f45075b1 |
Fixing failures caused by 9.2 scoring optimization change |
❌ Gradle Check failure d33deb6bcb56022f45faf8bbbe8cd9ba03249709 |
❌ Gradle Check failure 348c8b9ec464e25a89ea2d0d14ba2febb2323b84 |
Upgrades to latest snapshot of pre-released lucene 9.2 Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
b897d00
to
bf22fa7
Compare
✅ Gradle Check success b897d00a7d3a8620f771137f4a58dee62574978f |
start gradle check |
@nknize trying to understand how this works. How do we choose versions of lucene to run with OpenSearch?
|
We use snapshots until the next release is available. This enables us to stay on top of deprecations and removals without having to wait until the release and make a lot of changes. |
I'd like to get this merged in main and 2.x so I can start working towards bumping main to Lucene 10 snapshot |
@saratvemulapalli LMK if you have any concerns with merging this to main |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-2924-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3d49ccead2fed77a747534c5e50096b5578981b3
# Push it to GitHub
git push --set-upstream origin backport/backport-2924-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x Then, create a pull request where the |
Seems like this may have caused #3039 (comment). |
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Upgrades to latest snapshot of pre-released lucene 9.2