end on index size of form collection?
>
> Regards,
> Vishal Patel
>
> From: Erick Erickson
> Sent: Wednesday, August 26, 2020 5:36 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Slow commit in Solr 6.1.0
>
> It depends on how the
, 2020 5:36 PM
To: solr-user@lucene.apache.org
Subject: Re: Slow commit in Solr 6.1.0
It depends on how the commit is called. You have openSearcher=true, which means
the call
won’t return until all your autowarming is done. This _looks_ like it might be
a commit
called from a client, which you should
It depends on how the commit is called. You have openSearcher=true, which means
the call
won’t return until all your autowarming is done. This _looks_ like it might be
a commit
called from a client, which you should not do.
It’s also suspicious that these are soft commits 1 second apart. The oth