-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bump lucene.version from 9.11.1 to 10.0.0 #14219
Conversation
Bumps `lucene.version` from 9.11.1 to 10.0.0. Updates `org.apache.lucene:lucene-backward-codecs` from 9.11.1 to 10.0.0 Updates `org.apache.lucene:lucene-core` from 9.11.1 to 10.0.0 Updates `org.apache.lucene:lucene-queryparser` from 9.11.1 to 10.0.0 Updates `org.apache.lucene:lucene-analysis-common` from 9.11.1 to 10.0.0 --- updated-dependencies: - dependency-name: org.apache.lucene:lucene-backward-codecs dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.apache.lucene:lucene-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.apache.lucene:lucene-queryparser dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.apache.lucene:lucene-analysis-common dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
@abhioncbr Lucene just released |
sure, let me raise the issue for this to track. Thanks |
@abhioncbr : do we know if Lucene 10.0 is backwards compatible with 9.x. More specifically, are the Lucene 10.x readers capable of reading Lucene 9.x indexes? Also, do we know if there are any query semantics changes? cc: @itschrispeck for review. |
for changes see links provided in comments to issue #14232 |
there is also a migration guide from v9.x to v10.x available: |
@ankitsultana for Lucene 10, the system requirement is JDK 21 or newer. We will not upgrade to this version until we follow the same. |
Here is the release doc: https://lucene.apache.org/core/corenews.html#apache-lucenetm-1000-available @abhioncbr In that case, should we try to upgrade to |
@dependabot ignore this major version |
OK, I won't notify you about version 10.x.x again, unless you re-open this PR. |
Bumps
lucene.version
from 9.11.1 to 10.0.0.Updates
org.apache.lucene:lucene-backward-codecs
from 9.11.1 to 10.0.0Updates
org.apache.lucene:lucene-core
from 9.11.1 to 10.0.0Updates
org.apache.lucene:lucene-queryparser
from 9.11.1 to 10.0.0Updates
org.apache.lucene:lucene-analysis-common
from 9.11.1 to 10.0.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)