Are you perhaps indexing at the same time from the source other than
DIH? Because the commit is global and all the changes from all the
sources will become visible.

Check the access logs perhaps to see the requests to /update handler or similar.

Regards,
   Alex.


----
http://www.solr-start.com/ - Resources for Solr users, new and experienced


On 8 March 2017 at 09:27, AJ Lemke <aj.le...@securitylabs.com> wrote:
> 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