I have created an index in kibana, which contains a "description" field. The field contains texts in Russian. When discovering this index in kibana, Russian letters are displayed as "?" symbols.
In our index, we have been already using "analyzer":"russian". Here is the field definition: "description" : { "type" : "text", "fields" : { "keyword" : { "type" : "keyword", "ignore_above" : 2000 } }, "analyzer" : "russian" }
I would like to know if a customization of the analyzer works in the case?
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.