Re: JAr errors with SoLr 6.6.1 and http client and core

2017-10-16 Thread Shawn Heisey
On 10/16/2017 1:45 PM, Johnson, Jaya wrote: > Hi I have the following code. > System.out.println("Initializing server"); > SystemDefaultHttpClient cl = new SystemDefaultHttpClient(); > client = new > HttpSolrClient("http://localhost:8983/solr/#/prosp_poc_collection",cl); > System.out.println("Comp

JAr errors with SoLr 6.6.1 and http client and core

2017-10-16 Thread Johnson, Jaya
Hi I have the following code. System.out.println("Initializing server"); SystemDefaultHttpClient cl = new SystemDefaultHttpClient(); client = new HttpSolrClient("http://localhost:8983/solr/#/prosp_poc_collection",cl); System.out.println("Completed initializing the server"); client.deleteByQuery(