On 10/21/2018 11:43 AM, Clemens Wyss DEV wrote:
If I omit the core in the url upon creation of the SolrClient, where can I then "indicate" the core?
You do it with the request, not with the client. https://lucene.apache.org/solr/7_5_0//solr-solrj/org/apache/solr/client/solrj/SolrClient.html#add-org.apache.solr.common.SolrInputDocument-int- https://lucene.apache.org/solr/7_5_0//solr-solrj/org/apache/solr/client/solrj/SolrClient.html#commit-java.lang.String- https://lucene.apache.org/solr/7_5_0//solr-solrj/org/apache/solr/client/solrj/SolrClient.html#deleteById-java.lang.String-java.util.List- https://lucene.apache.org/solr/7_5_0//solr-solrj/org/apache/solr/client/solrj/SolrClient.html#deleteByQuery-java.lang.String-java.lang.String- https://lucene.apache.org/solr/7_5_0//solr-solrj/org/apache/solr/client/solrj/SolrClient.html#query-java.lang.String-org.apache.solr.common.params.SolrParams- http://lucene.apache.org/solr/7_5_0/solr-solrj/org/apache/solr/client/solrj/SolrRequest.html#process-org.apache.solr.client.solrj.SolrClient-java.lang.String-I asked about the stacktrace for the threads that worry you. Do you have that?
Thanks, Shawn