[TASK] Apache Solr 10 configset compatibility#4562
Open
dkd-dobberkau wants to merge 4 commits intoTYPO3-Solr:mainfrom
Open
[TASK] Apache Solr 10 configset compatibility#4562dkd-dobberkau wants to merge 4 commits intoTYPO3-Solr:mainfrom
dkd-dobberkau wants to merge 4 commits intoTYPO3-Solr:mainfrom
Conversation
- Rename org.apache.solr.llm.* to org.apache.solr.languagemodels.* (module renamed from llm to language-models in Solr 10) - Remove response writers removed in Solr 10: PHPResponseWriter, PHPSerializedResponseWriter, XSLTResponseWriter (scripting module removed) - Remove explicit BinaryResponseWriter registration (now built-in in Solr 10) - Update PHP class reference for TextToVectorQParserPlugin Relates: TYPO3-Solr#4519 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
All #4483 lists breakings I recognized in main branch of apache solr repo... |
Remove obsolete queryResponseWriter entries (php, phps, velocity, xslt, javabin) from test fixture solrconfig.xml to align with Solr 10 compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Upgrade Docker base image from solr:9.10.1 to solr:10.0.0 - Start Solr in user-managed (standalone) mode via --user-managed flag - Set SOLR_MODULES env with Solr 10 compatible modules (analytics removed, llm renamed to language-models) - Simplify solr.xml: remove solrcloud section, shardHandlerFactory, and deprecated parameters (hostContext, genericCoreNodeNames) - Modules now configured via SOLR_MODULES environment variable Relates: TYPO3-Solr#4519 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace solr-typo3-plugin-6.0.0.jar with 6.1.0 compiled against Solr 10.0.0 API. Fixes AccessFilterQParserPlugin.getSolrMetricsContext() AbstractMethodError. Relates: TYPO3-Solr#4519 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
org.apache.solr.llm.*→org.apache.solr.languagemodels.*(module renamed in Solr 10)PHPResponseWriter,PHPSerializedResponseWriter,XSLTResponseWriterBinaryResponseWriterregistration (now built-in)TextToVectorModelStoreStatusRelates: #4519
See also: TYPO3-Solr/solr-typo3-plugin#45 (plugin recompiled for Solr 10)
Test plan
--user-managed)🤖 Generated with Claude Code