if there are no modifications to an index and a softCommit or hardCommit issued, then solr flushes the cache.
Indeed. The easiest way to work around this is by disabling auto commits and only commit when you have to.
if there are no modifications to an index and a softCommit or hardCommit issued, then solr flushes the cache.
Indeed. The easiest way to work around this is by disabling auto commits and only commit when you have to.