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
i want to Display Chinese search results normally...
search: 测试 retrun: 测试数据...测试标题...
search: 测试 retrun: 测试�...测试�...
docker pull redislabs/redisearch:2.8.8
Query query = Query("测试"); query.summarizeFields(15, 2, "...","F_Title", "F_Content"); query.setLanguage("chinese"); SearchResult searchResult = jedisCluster.ftSearch("ai_text", query); List<Document> docs = searchResult.getDocuments()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
i want to Display Chinese search results normally...
Actual behavior
Steps to reproduce:
docker pull redislabs/redisearch:2.8.8
Redis / Jedis Configuration
Jedis version: 5.1.2
Redis version: 7.2.0
Java version: 1.8
The text was updated successfully, but these errors were encountered: