-
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.5.0 release #6078
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Swapped around the labels because I assume this will go into the 2.6 release. @nknize please correct me if I'm wrong. There does seem to be a related test failure though:
|
Fixed up MultiPhrasePrefixQuery based on some QueryVisitor and highlighter changes; should be passing now... |
Gradle Check (Jenkins) Run Completed with:
|
1 similar comment
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Upgrades to official release of Lucene 9.5. 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>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
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
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-6078-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 8d5d2e6b10db66784279c72715fb643f0fed38d0
# Push it to GitHub
git push --set-upstream origin backport/backport-6078-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x Then, create a pull request where the |
Upgrades to official release of Lucene 9.5. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Upgrades to official release of Lucene 9.5. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> Co-authord-by: Suraj Singh <surajrider@gmail.com>
Upgrades to official release of Lucene 9.5. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> Co-authord-by: Suraj Singh <surajrider@gmail.com>
Upgrades to official release of Lucene 9.5. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> Co-authord-by: Suraj Singh <surajrider@gmail.com>
* [Upgrade] Lucene 9.5.0 release (#6078) Upgrades to official release of Lucene 9.5. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> Co-authord-by: Suraj Singh <surajrider@gmail.com> * Bump antlr4 from 4.9.3 to 4.11.1 Signed-off-by: Andriy Redko <andriy.redko@aiven.io> --------- Signed-off-by: Nicholas Walter Knize <nknize@apache.org> Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Co-authored-by: Andriy Redko <andriy.redko@aiven.io>
Upgrades to official release of Lucene 9.5.