Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Affected classes: SolrCLI, ExportTool, PackageTool, SolrLogPostTool
The aforementioned classes are in the org.apache.solr.util package and are CLI tools (have a main method, are executed outside the context of a Solr server). These should be converted to our non-legacy Solr clients based on Jetty HttpClient. (i.e. don't use CloudLegacySolrClient or HttpSolrClient which are based on Apache HttpClient).
Attachments
Issue Links
- causes
-
SOLR-16933 The API Tool throws away the response for Solr Queries
- Closed
- is related to
-
SOLR-16757 Umbrella Ticket for Revamping Solr CLI's for the Future
- Open
- links to