commit-in-sorlcloud/)
Good luck,
Dwane
From: Emir Arnautović
Sent: Thursday, 27 February 2020 9:23 PM
To: solr-user@lucene.apache.org
Subject: Re: Rule of thumb for determining maxTime of AutoCommit
Hi Kaya,
Since you do not have soft commits, you must have explicit commits somewhere
since
Hi Kaya,
Since you do not have soft commits, you must have explicit commits somewhere
since your hard commits are configured not to open searcher.
Re warming up: yes - you are right. You need to check your queries and warmup
numbers in cache configs. What you need to check is how log does warmup
Hello, Emir:
Thank you for your reply.
I do understand that the frequency of creating searcher depends on how much
realitime-search is required.
As you advise me, I have checked a soft-commit configuration.
It is configured as:
${solr.autoSoftCommit.maxTime:-1}
If I am correct, I have not set au
Hi Kaya,
The answer is simple: as much as your requirements allow delay between data
being indexed and changes being visible. It is sometimes seconds and sometimes
hours or even a day is tolerable. On each commit your caches are invalidated
and warmed (if it is configured like that) so in order
Hello, Solr Community:
Another day, I had an error "exceeded limit of maxWarmingSearchers=2."
I know this error causes when multiple commits(which opens a new searcher)
are requested too frequently.
As far as I read Solr wiki, it recommends for me to have more interval
between each commit, and ma