Re: NewRelic useragent and Solr memory leaks

2021-10-13 Thread Brad Belyeu
We do use NR and have also experienced performance degradation over time, but I had not gotten to the bottom of it yet. Thank you so much for this lead. Is there a public link to the ticket? On 10/13/21, 11:39 AM, "Dan Rosher" wrote: Hi. We use newrelic to gather stats via their solr

Re: Customize sort-behaviour on solr.StrField for German language

2022-02-01 Thread Brad Belyeu
I would assume it's just sorting by UTF8 decimal order like most programming languages do. See: https://www.w3schools.com/charsets/ref_utf_basic_latin.asp https://www.w3schools.com/charsets/ref_utf_latin1_supplement.asp I believe you'll have to either store a new field with a custom sort (if you