Re: Adding request parameters when using SolrCloudClient.add()

2016-08-30 Thread Shawn Heisey
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

Adding request parameters when using SolrCloudClient.add()

2016-08-30 Thread Brent P
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";)