Cannot retrieve data which includes specific symbols in Kibana
问题 I try to use Kibana to retrive the comment data which includes some specific symbols like ? and 。 They are not general symbols. I try to use escape character \ for them, the KQL is like comment:\? or comment:\\? , but it doesn't work, can anyone help? 回答1: When you create a sample doc and let ES auto-generate the mapping for you, POST comments/_doc { "comment": "?" } running GET comments/_mapping will get you "comment":{ "type":"text", "fields":{ "keyword":{ "type":"keyword", "ignore_above"