dpol1 commented on issue #1831:
URL: https://github.com/apache/stormcrawler/issues/1831#issuecomment-4098200774
Hi @mvolikas, I can take this one. I already completed the Solr 10 migration
locally and the full test suite is green.
Quick summary:
* Deps: bumped solr-solrj to 10.0.0 and explicitly added `solr-solrj-jetty`
and `solr-solrj-zookeeper`
* Clients/imports: replaced deprecated HTTP clients with Jetty-based ones
(`HttpJettySolrClient`, etc.) and fixed relocated imports
(`org.apache.solr.client.solrj.request.SolrQuery`)
* URL handling: updated `SolrConnection` to derive root URL + collection
from existing config values, preserving backward compatibility
* Infra/tests: bumped Docker image to solr:10.0.0, migrated CLI flags to the
new -- format (e.g. --zk-host), and updated <luceneMatchVersion> to 10.0.0
If you agree with that changes I’ll open the PR right away. Unless we need
to discuss this on the dev@ list first
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]