David Smiley created SOLR-17285:
-----------------------------------
Summary: Move RemoteSolrException to SolrClient in v10
Key: SOLR-17285
URL: https://issues.apache.org/jira/browse/SOLR-17285
Project: Solr
Issue Type: Sub-task
Components: SolrJ
Reporter: David Smiley
RemoteSolrException lives in BaseHttpSolrClient. BaseHttpSolrClient should be
deprecated; it's sort of replaced by HttpSolrClientBase. Even though this
exception is only for Http, SolrClient is a decent parent class. Or make top
level.
To make this transition from 9x to 10x better, we could simply add new classes
without removing the old ones in 9x. The old can subclass the new. Eventually
all of BaseHttpSolrClient will be removed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]