Good Morning List!

I have an issue where my DIH full index is committed after a minute of indexing.
My counts will fall from around 400K to 85K until the import is finished, 
usually about four (4) minutes later.

This is problematic for us as there are 315K missing items in our searches.

Versioning Info:
solr-spec - 6.3.0
solr-impl - 6.3.0 a66a44513ee8191e25b477372094bfa846450316 - shalin - 
2016-11-02 19:52:42
lucene-spec - 6.3.0
lucene-impl - 6.3.0 a66a44513ee8191e25b477372094bfa846450316 - shalin - 
2016-11-02 19:47:11

solrconfig.xml snippet
<!-- The default high-performance update handler -->
<updateHandler class="solr.DirectUpdateHandler2">
    <updateLog>
        <str name="dir">${solr.ulog.dir:}</str>
    </updateLog>
    <autoCommit>
        <maxTime>-1</maxTime>
        <openSearcher>false</openSearcher>
    </autoCommit>
    <autoSoftCommit>
        <maxTime>-1</maxTime>
    </autoSoftCommit>
</updateHandler>


Any insights would be greatly appreciated.
Let me know if more information is required.

AJ

Reply via email to