Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SOLR-17159: Untangle PostTool and SimplePostTool code (#2275)
* Copied unit tests from SimplePostToolTest to PostToolTest * add a --dry-run mode that simulates sending documents to Solr * Missed a few more places with -commit not needed post SOLR-17147 being completed * clean up our code base to have fewer warnings about code quality. * Update SolrCloudExampleTest to use the PostTool instead of simulating it's usage. * Make the long form of -url expliciting a --solr-update-url to be clear what it's for.
- Loading branch information