analysis-ik icon indicating copy to clipboard operation
analysis-ik copied to clipboard

远程扩展字典亂碼問題

Open shinnlu opened this issue 3 years ago • 1 comments

我的正式環境是 ubuntu,在正式環境下讀取远程扩展字典時沒問題,但是這幾天發現系統報錯,原因是 es 搜尋到結果有 230筆,每頁 12筆,應該有20頁才對,但是只要切換到第9頁就會出錯,es 找不到第9頁後的資料 為了模擬這個情況,我把 正式資料 拉回來,並且做了一模一樣的 远程扩展字典,結果讀出來的是亂碼(直接讀取正式環境的远程扩展字典也一樣)

不管是改 apache 的 AddDefaultCharset utf-8 或是 es 的 -Dfile.encoding=UTF-8 都沒有用

開發端環境如下:

Windows 10 + Laragon 5
Apache 2.4.47 + php 8.0.16
ElasticSearch 7.5 + IK Analyzer

image

shinnlu avatar May 31 '22 12:05 shinnlu

IK Analysis custom Dictionary service: https://github.com/cws1981/ik-dict-server

chenws1012 avatar Jun 07 '22 07:06 chenws1012