On 8/30/2016 3:28 PM, Brent P wrote:
> Using SolrJ, I'm trying to figure out how to include request parameters
> when adding a document with SolrCloudClient.add().
>
> Here is what I was doing when using HttpSolrClient instead of
> SolrCloudClient:
>
> HttpSolrClient client = new HttpSolrClient.Bui
Using SolrJ, I'm trying to figure out how to include request parameters
when adding a document with SolrCloudClient.add().
Here is what I was doing when using HttpSolrClient instead of
SolrCloudClient:
HttpSolrClient client = new HttpSolrClient.Builder("
http://hostname.com:8983/solr/corename";)