Hi All,
I’ve went through the section "Ignoring Commits from Client Applications in
SolrCloud” in the solr 8.8 documentation.
Our Java application is issuing a commit after indexing, so as of I understood
from the document, when running in cloud mode, the applications should not
explicitly se
Hi All,
I’ve went through the section "Ignoring Commits from Client Applications
in SolrCloud” in the solr 8.8 documentation.
Our Java application is issuing a commit after indexing, so as of I
understood from the document, when running in cloud mode, the applications
should not explicitly send
Thanks Gus! I appreciate this information. It is very helpful. From my
POC, I can see that TRAs are very powerful and very helpful. I am excited
to build out a more full implementation within our use case which is right
in line with the boundaries you set for standard TRA use.
Matt
On Sat, Au
On 8/24/2021 1:51 AM, Reej M wrote:
So my doubt now is, Do we need to do any changes or wire anything for the
optimisation and commit to be carried out effectively, as we are ignoring
commit here or does solr internally will handle it.
Our auto commit maxtime is 6 and Opensearcher - false
A
On Wed, Aug 25, 2021 at 12:03 AM Shawn Heisey wrote:
> On 8/24/2021 1:51 AM, Reej M wrote:
> > So my doubt now is, Do we need to do any changes or wire anything for
> the optimisation and commit to be carried out effectively, as we are
> ignoring commit here or does solr internally will handle it