Tule
(Tule)
December 14, 2011, 4:34am
1
I have an Unicode string like this: "chủ nợ đã kéo đến cửa hàng đồ
gỗ".
As I follow the tutorial on the ElasticSearch website, I can search,
for example:
"hàng" and the result with highlight is beautiful.
The problem now is that I want to search for "hang" and still receive
the same result with highlight in unicode.
Can anyone help me with this? If you do, please explain in clearl
steps because I'm very new to search.
Thank you in advance!
kimchy
(Shay Banon)
December 16, 2011, 3:30pm
2
Check the asciifolding filter in the analysis section:
Power insights and outcomes with the Elasticsearch Platform and AI. See into your data and find answers that matter with enterprise solutions designed to help you build, observe, and protect. Try Elasticsearch free today.
.
You can build a custom analyzer that does ascii folding as well as one of
its filters.
On Wed, Dec 14, 2011 at 6:34 AM, Tule tule193@gmail.com wrote:
I have an Unicode string like this: "chủ nợ đã kéo đến cửa hàng đồ
gỗ".
As I follow the tutorial on the Elasticsearch website, I can search,
for example:
"hàng" and the result with highlight is beautiful.
The problem now is that I want to search for "hang" and still receive
the same result with highlight in unicode.
Can anyone help me with this? If you do, please explain in clearl
steps because I'm very new to search.
Thank you in advance!