Re: Excessive logging 8.8.0

2021-02-11 Thread Ishan Chattopadhyaya
This should be fixed now in https://issues.apache.org/jira/browse/SOLR-15136. Thanks Markus. On Sat, Feb 6, 2021 at 7:33 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > I think we should release a 8.8.1 with that fixed. > > On Fri, 5 Feb, 2021, 4:09 pm Markus Jelsma, > wrote: > >>

Re: Collection Creation across DC

2021-02-11 Thread Dominique Bejean
Hi, Sorry, it is in French, but here is my suggestion in order to replace the deprecated CDCR and achieve HA https://www.eolya.fr/2020/11/16/solrcloud-disaster-recovery-alternative-a-cdcr/ In short, each shard has one PULL replica on remote datacenter and these PULL replicas are excluded from sea

Re: Down Replica is elected as Leader (solr v8.7.0)

2021-02-11 Thread Rahul Goswami
I haven’t delved into the exact reason for this, but what generally helps to avoid this situation in a cluster is i) During shutdown (in case you need to restart the cluster), let the overseer node be the last one to shut down. ii) While restarting, let the Overseer node be the first one to start i

Sv: [SPAM] Process copyField only when field is absent in update

2021-02-11 Thread Hullegård , Jimi
I had a similar need in an old solr project. I was able to handle it with this configuration in solrconfig.xml: lastModified realLastModified realLastModified The logic is basically: Copy the default value (lastModified here) into the target field (realLastModified). If the target fie

Solr wiki page update

2021-02-11 Thread Vincent Brehin
Hi community members, I work for Adelean https://www.adelean.com/ , we are offering services around everything Search related, and especially Solr consulting and support. We are based in Paris and operate mainly in France. Is it possible to list our company on the support page (Support - SOLR - Ap

Process copyField only when field is absent in update

2021-02-11 Thread ufuk yılmaz
When I have a copyfield directive like,

Re: Using multiple language stop words in Solr Core

2021-02-11 Thread Markus Jelsma
Hell Abhay, Do not enable stopwords unless you absolutely know what you are doing. In general, it is a bad practice that somehow still lingers on. But to answer the question, you must have one field and fieldType for each language, so language specific filters go there. Also, using edismax and mu

Using multiple language stop words in Solr Core

2021-02-11 Thread Abhay Kumar
Hello Team, Solr provides some data type out of box in managed schema for different languages such as english, french, japanies etc. We are using common data type "text_general" for fields declaration and using stopwards.txt for stopword filtering.

Re: UPDATE collection's Rule-based Replica Placement

2021-02-11 Thread Aroop Ganguly
Moshe An indirect way to do this could be to take backup of this collection and then restore with the desired placement rules. Backup: Example: curl “https://solr.foo.com/solr/admin/collections?