HttpSolrClient.Builder

2016-10-18 Thread wmcginnis
What causes this? Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/impl/client/CloseableHttpClient at org.apache.solr.client.solrj.impl.HttpSolrClient.(HttpSolrClient.java:209) at org.apache.solr.client.solrj.impl.HttpSolrClient$Builder.build(HttpSolrCli

Collection API Change

2016-05-03 Thread wmcginnis
I am proposing that the Collection API be consistent with SolrJ (CloudSolrClient). SolrJ's design philosophy uses the list of zookeeper addresses to gather cloud information, and then intelligently sends the actual request to the single solr node that is best able to serve it. This information i