lucene/solr/test-framework/src
Jason Gerlowski 971bd26df6 SOLR-11629: Add new CloudSolrClient.Builder ctors
CloudSolrClient.Builder can be pointed at a Solr cluster in two ways: a
ZK connection string, or one or more Solr base URLs.  One of these two
values must be provided to create a working CloudSolrClient.

Since these values are required, this commit introduces two new ctors,
one for each means of CloudSolrClient setup.  It deprecates the existing
no-arg CloudSolrClient ctor.

Together, these changes make it clearer to our users that these options
are required (and mutually exclusive).
2018-03-10 10:45:43 -05:00
..
java SOLR-11629: Add new CloudSolrClient.Builder ctors 2018-03-10 10:45:43 -05:00
resources SOLR-8970: Change SSLTestConfig to use a keystore file that is included as a resource in the test-framework jar so users subclassing SolrTestCaseJ4 don't need to preserve magic paths 2016-05-11 16:28:23 -07:00
test/org/apache/solr SOLR-11817: Move Collections API classes to it's own package 2018-01-16 11:03:40 -08:00
test-files SOLR-8961: Add a test-the-tests module for solr-test-framework 2016-09-06 13:33:36 +01:00