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 indexOptions=DOCS_AND_FREQS_AND_POSITIONS_AND_O

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) ty

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) (