Solr:如何将 unicode 字符添加到同义词?

Solr: how to add unicode character to synonyms?

现在我的 synonyms.txt 文件中有这个,但没有用:

\u00be, three-quarter, three quarter

我也试过:

\u00be, three-quarter, three quarter

以及:

"\u00be", three-quarter, three quarter

这也没有用。我该怎么做?

将角色添加到 synonym.txt 文件中。

Re-opened记事本中的文件并以UTF-8编码保存。

这将按预期使用字符,无需使用 unicode 代码。