ElasticSearch 2.0.0 Unicode Support?

Does ElasticSearch 2.0.0 support unicode characters(chinese characters)?
Have tried to insert a data that has unicode characters (楫捭). Was unable to insert. Got the below error.

ServerError: 400Type: mapper_parsing_exception Reason: "failed to parse" CausedBy: "Type: not_x_content_exception Reason: "Compressor detection can only be called on some xcontent bytes or compressed xcontent bytes""

Hi @jkthetechie,

Elasticsearch should work fine with Chinese characters. Can you please post a simple example of how you tried to insert the data? (an example with curl would be ideal).

I have an idea what might go wrong and it might be related to a "feature" we will get rid of in 6.0 (it is https://github.com/elastic/elasticsearch/issues/19388).

Daniel

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.