Re: Solr Cloud freezes during scheduled backup

2021-02-02 Thread Jason Gerlowski
Hi Pawel, This definitely sounds like garbage collection biting you. Backups themselves aren't usually memory intensive, but if indexing is going on at the same time you should expect elevated memory usage. Essentially this is because for each core being backed up, Solr needs to hold pieces of

Re: Apache Solr Reference Guide isn't accessible

2021-02-02 Thread Cassandra Targett
Did you file an issue for this error? On Feb 2, 2021, 1:31 AM -0600, Bernd Fehling , wrote: > Yeah, but guide 8.8 is still buggy. > > As I reported a month ago, "ICU Normalizer 2 Filter" states: > - NFC: ... Normalization Form C, canonical decomposition > - NFD: ... Normalization Form D,

If replication on Master disabled, the Slaves drop ther indexes [Solr 7.7.2]

2021-02-02 Thread Mahmut Izci
Hello, we are using Solr 7.7.2 and sometimes we are performing a full reindex of a core. Therefor we stop the replication on the master (solr//replication?command=disablereplication), we backup and delete the index, finally we rebuild the index and enable the replication again. However, the

Re: How to get case-sensitive Terms?

2021-02-02 Thread Alexandre Rafalovitch
It is documented in the reference guide: https://lucene.apache.org/solr/guide/8_8/analysis-screen.html Hope it helps, Alex. On Tue, 2 Feb 2021 at 00:57, elivis wrote: > > Alexandre Rafalovitch wrote > > Admin UI also allows you to run text string against a field definition to > > see what

Re: Solr Slack Workspace

2021-02-02 Thread Ishan Chattopadhyaya
Hi all, I've created an invite link for the Slack workspace: https://s.apache.org/solr-slack. Please test it out. I'll send a broader notification once this is tested out to be working well. Thanks and regards, Ishan On Thu, Jan 28, 2021 at 12:26 AM Justin Sweeney wrote: > Thanks, I joined the

Re: NRT - Indexing

2021-02-02 Thread Dominique Bejean
Hi, The issue was buildOnCommit=true on a SuggestComponent. Dominique Le mar. 2 févr. 2021 à 00:54, Shawn Heisey a écrit : > On 2/1/2021 12:08 AM, haris.k...@vnc.biz wrote: > > Hope you're doing good. I am trying to configure NRT - Indexing in my > > project. For this reason, I have