Re: Solr 8.11 Documentation

2021-11-26 Thread Jan Høydahl
The 8.11 guide was a bit delayed, but now it is available, just not linked.
I'll link it from the guide page...

Jan

> 25. nov. 2021 kl. 18:10 skrev Isabelle Giguere 
> :
> 
> Hi;
> 
> Solr 8.11.0 was released on November 16th, but the latest guide is still 8.10.
> When will the 8.11 guide be published ?
> 
> https://solr.apache.org/
> 
>  *   https://solr.apache.org/news.html#apache-solrtm-8110-available
> 
> https://solr.apache.org/guide/
> 
> Thank you;
> 
> Isabelle Giguère
> Computational Linguist & Java Developer
> Linguiste informaticienne & développeur java
> 
> 



Re: Searcher and autoSoftCommits + softCommit

2021-11-26 Thread Dan Rosher
Hi Andy,

in the solr UI you can goto /solr/#/~logging/level, then scroll down to
-update-DirectUpdateHandler2.

click on 'null' or whenever the current setting is and select DEBUG.

Dio remember to turn off if your on a live system though back to what
setting was before otherwise you light fill up your log volume

HTH,

Kind regards,
Dan

On Wed, 24 Nov 2021 at 12:59, Andy Lester  wrote:

>
> >
> > You were spot on, commitWithin was being set on each commit. I was able
> to
> > verify by temporarily turning on debug logging for DirectUpdateHandler2
>
>
>
> What did you do to enable that? I didn’t know you could do such a thing.
> Is it specific to that handler?
>
> Thanks
> Andy
>