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,
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
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