I'm trying to PUT an index that is something like the String below
(portuguese) which is in the ISO-8859-1 charset and the Elastic Server
sends this error:
I'm trying to PUT an index that is something like the String below
(portuguese) which is in the ISO-8859-1 charset and the Elastic Server
sends this error:
So if you're using ISO-8859* in your application, then your JSON encoder
(or you, before it reaches the JSON encoder) needs to convert your text
to Unicode (eg UTF-8) and then will need to convert the results from
Elasticsearch back into ISO-8859
clint
Web Announcements Limited is a company registered in England and Wales,
with company number 05608868, with registered address at 10 Arvon Road,
London, N5 1PR.
I'm trying to PUT an index that is something like the String below
(portuguese) which is in the ISO-8859-1 charset and the Elastic Server
sends this error:
So if you're using ISO-8859* in your application, then your JSON encoder
(or you, before it reaches the JSON encoder) needs to convert your text
to Unicode (eg UTF-8) and then will need to convert the results from
Elasticsearch back into ISO-8859
clint
Web Announcements Limited is a company registered in England and Wales,
with company number 05608868, with registered address at 10 Arvon Road,
London, N5 1PR.
I'm trying to PUT an index that is something like the String below
(portuguese) which is in the ISO-8859-1 charset and the Elastic Server
sends this error:
So if you're using ISO-8859* in your application, then your JSON encoder
(or you, before it reaches the JSON encoder) needs to convert your text
to Unicode (eg UTF-8) and then will need to convert the results from
Elasticsearch back into ISO-8859
clint
Web Announcements Limited is a company registered in England and Wales,
with company number 05608868, with registered address at 10 Arvon Road,
London, N5 1PR.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.