Hi!
I am working with my stopword list. Here is what going on. I use
"stopwords_path": "stopword/chinese.txt"
as my stopword list.
And I find that, elasticsearch seem not can not read the chinese word in txt file.
But it is ok to use
"stopwords": ["我"]
can someone provide any solution?
jkuang
(Jimmy Kuang)
February 25, 2017, 12:27am
2
I'm getting the same result, the Chinese character isn't read from a file. It works from the Kibana console. I would advise you to file a bug.
johtani
(Jun Ohtani)
February 25, 2017, 12:53am
3
Where do you put the file? And could you attach your file?
jkuang
(Jimmy Kuang)
February 27, 2017, 4:03pm
4
My file contains the following:
the
is
"我"
over
我
lazy
我
Each word is on a its on line.
system
(system)
Closed
March 27, 2017, 4:03pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.