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

[TASK:T12] Upgrade Apache Solr to 9.2.x #3661

Closed
Tracked by #3376
dkd-kaehm opened this issue Jun 2, 2023 · 0 comments · Fixed by #3673
Closed
Tracked by #3376

[TASK:T12] Upgrade Apache Solr to 9.2.x #3661

dkd-kaehm opened this issue Jun 2, 2023 · 0 comments · Fixed by #3673
Assignees

Comments

@dkd-kaehm
Copy link
Collaborator

No description provided.

@dkd-kaehm dkd-kaehm changed the title [TASK] Upgrade Apache Solr to 9.2.x [TASK:T12] Upgrade Apache Solr to 9.2.x Jun 2, 2023
@dkd-kaehm dkd-kaehm self-assigned this Jun 2, 2023
dkd-kaehm added a commit to dkd-kaehm/ext-solr that referenced this issue Jun 2, 2023
dkd-kaehm added a commit to dkd-kaehm/ext-solr that referenced this issue Jun 2, 2023
dkd-kaehm added a commit to dkd-kaehm/ext-solr that referenced this issue Jun 2, 2023
Updates to Apache Solr 9.2, this includes the required
configuration updates. luceneMatchVersion is sill set to 8.5.0
to prevent changes in search behaviour.

To avoid security issues described in CVE-2022-39135 the SQL
module is not enabled, you have to enabled the module manually
if required.

Note: With Apache Solr 9 the following components are no longer
available and you have to adapt the configuration if needed. No
longer available components are:

1) Data Import Handler (DIH)
DIH is an independent project now; it is no longer a part of Solr

2) VelocityResponseWriter
VelocityResponseWriter is an independent project now; it is no
longer a part of Solr. This encompasses all previously included
/browse and wt=velocity examples.

This update is considered as breaking, as a new Solr server
and configset is required, but though not recommended you
can still use your old configset and Solr 8.5 if an update is
not possible.

Fixes: TYPO3-Solr#3661
dkd-kaehm added a commit that referenced this issue Jun 5, 2023
Updates to Apache Solr 9.2, this includes the required
configuration updates. luceneMatchVersion is sill set to 8.5.0
to prevent changes in search behaviour.

To avoid security issues described in CVE-2022-39135 the SQL
module is not enabled, you have to enabled the module manually
if required.

Note: With Apache Solr 9 the following components are no longer
available and you have to adapt the configuration if needed. No
longer available components are:

1) Data Import Handler (DIH)
DIH is an independent project now; it is no longer a part of Solr

2) VelocityResponseWriter
VelocityResponseWriter is an independent project now; it is no
longer a part of Solr. This encompasses all previously included
/browse and wt=velocity examples.

This update is considered as breaking, as a new Solr server
and configset is required, but though not recommended you
can still use your old configset and Solr 8.5 if an update is
not possible.

Fixes: #3661
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants