Re: Streaming Expressions using Solrj.io

2018-02-21 Thread Ryan Yacyshyn
Hi Shawn, Thanks for this. I'm using maven and I had another library unrelated to solrj loading an older version of the httpclient (4.4.1), which was causing the problem. Regards, Ryan On Wed, 21 Feb 2018 at 12:50 Shawn Heisey wrote: > On 2/20/2018 7:54 PM, Ryan Yacyshyn wrote: > > I'd lik

Re: Streaming Expressions using Solrj.io

2018-02-20 Thread Shawn Heisey
On 2/20/2018 7:54 PM, Ryan Yacyshyn wrote: I'd like to get a stream of search results using the solrj.io package but running into a small issue. Exception in thread "main" java.lang.NoSuchMethodError: org.apache.http.impl.client.HttpClientBuilder.evictIdleConnections(JLjava/util/concurrent/T

Streaming Expressions using Solrj.io

2018-02-20 Thread Ryan Yacyshyn
Hello all, I'd like to get a stream of search results using the solrj.io package but running into a small issue. It seems to have something to do with the HttpClientUtil. I'm testing on SolrCloud 7.1.0, using the sample_techproducts_configs configs, and indexed the manufacturers.xml file. I'm fol