Re: Solr 6.1.0, zookeeper 3.4.8, Solrj and SolrCloud

2016-08-21 Thread danny teichthal
Hi, Not sure if it is related, but could be - I see that you do this = CloudSolrClient solrClient = new CloudSolrClient.Builder().withZkHost(zkHosts).build(); Are you creating a new client on each update? If yes, pay attention that the Solr Client should be a singleton. Regarding session timeout,

Document removed from index after Delta import

2016-08-21 Thread Or Gerson
Hello, I have Solr version 4.3.0. I have encountered a problem where document is not returning from queries after delta import although the delta import does not report that a document has been deleted. i have a document that is composed of several fields , the delta import looks for a field cal

Re: Document removed from index after Delta import

2016-08-21 Thread Erick Erickson
You can't rely on any searches with that autocommit configuration. openSearcher is set to false. Therefore you will not see any changes to your index as a result of an expiring autoCommit interval. I'm not sure whether DIH issues its own commit when done, but your tests so far aren't particularly