We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前如果是中英文混合的情况下,只能对中文取首字母,英文还是完整单词。 比如:
GET /tests/_analyze { "text": "我是谁 where am i", "tokenizer": { "type": "pinyin", "limit_first_letter_length": 64, "keep_full_pinyin": false, "keep_first_letter": true, "keep_none_chinese": false, "keep_none_chinese_together": true, "keep_none_chinese_in_first_letter": true, "none_chinese_pinyin_tokenize": true, "lowercase": false, "keep_original": false } }
这会返回 token: wsswhereami。 能否支持下返回 wsswai?
wsswhereami
wsswai
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前如果是中英文混合的情况下,只能对中文取首字母,英文还是完整单词。
比如:
这会返回 token:
wsswhereami
。能否支持下返回
wsswai
?The text was updated successfully, but these errors were encountered: