Re: 8.3 release

2019-10-09 Thread Đạt Cao Mạnh
Hi Ishan, guys I want to include the fix for https://issues.apache.org/jira/browse/SOLR-13293 in this release. Hoping that is ok! Thanks! On Tue, Oct 8, 2019 at 4:02 PM Uwe Schindler wrote: > ASF Jenkins Jobs also reconfigured. > > I left the 8.2 Refguide job in the queue (I cloned it), not

Re: 8.3 release

2019-10-09 Thread Andrzej Białecki
It’s marked as Minor in Jira, but after reading the description it sounds scary - IMHO it should be at least well investigated before 8.3 in order to determine whether it causes real damage (apart from looking scary and filling the logs). +1 from me. > On 9 Oct 2019, at 10:48, Đạt Cao Mạnh

Re: 8.3 release

2019-10-09 Thread Ishan Chattopadhyaya
+1, Dat! Please go ahead. On Wed, 9 Oct, 2019, 2:33 PM Andrzej Białecki, wrote: > It’s marked as Minor in Jira, but after reading the description it sounds > scary - IMHO it should be at least well investigated before 8.3 in order to > determine whether it causes real damage (apart from looking

Re: 8.3 release

2019-10-09 Thread Uwe Schindler
Hi, I also had a customer complaining about this. I have the feeling it also happens from time to time during inter node comm, which uses solrj, too. Uwe Am October 9, 2019 1:38:00 PM UTC schrieb Ishan Chattopadhyaya : >+1, Dat! Please go ahead. > >On Wed, 9 Oct, 2019, 2:33 PM Andrzej

Field.setStringValue

2019-10-09 Thread Marc Jeurissen
Good day to you, I have the following issue when setting the value of a field, value containing a character > 160 (Pylucene 8.1.1, Python 3.7.2) ... (Pdb) field > (Pdb) value = '«Volgende facturen werden verstuurd aan de financiële dienst.»' (Pdb) type(value) (Pdb) field.setStringValue(value)

Re: Field.setStringValue

2019-10-09 Thread Andi Vajda
On Wed, 9 Oct 2019, Marc Jeurissen wrote: Good day to you, I have the following issue when setting the value of a field, value containing a character > 160 (Pylucene 8.1.1, Python 3.7.2) ... (Pdb) field > (Pdb) value = '«Volgende facturen werden verstuurd aan de financiële dienst.»' (Pdb)

Re: Field.setStringValue

2019-10-09 Thread Andi Vajda
On Wed, 9 Oct 2019, Andi Vajda wrote: On Wed, 9 Oct 2019, Marc Jeurissen wrote: Good day to you, I have the following issue when setting the value of a field, value containing a character > 160 (Pylucene 8.1.1, Python 3.7.2) ... (Pdb) field