Re: Return field with astrick(*) is going to slow in Solr 8.9.0

2021-11-14 Thread VIshal Patel
Thanks for your reply. Actually, there are 100 fields including below field in our schema file for single collection. We are passing specific fields name in fl parameter but when required to get dynamic field at that time only we pass *fieldtext with other fields in fl parameters. If we are

Incremental backup for Standalone Solr

2021-11-14 Thread Abeleshev Artyom
On the previous version of Solr (started from 8.9) a new incremental backup support has been added. It was based on the following proposal https://cwiki.apache.org/confluence/display/SOLR/SIP-12%3A+Incremental+Backup+and+Restore. JIRA issue https://issues.apache.org/jira/browse/SOLR-15086 for the S

Re: Solr & Kubernetes - how to configure the liveness

2021-11-14 Thread Vincenzo D'Amore
Hi Mathieu, Timothy, Thanks, your contributions just made me realize that in my previous email, the meaning I gave to the word liveness (container probes) was too generic. For the sake of clarity, there are 3 types of container probes: livenessProbe, readinessProbe, startupProbe. livenessProbe: In