这一篇,讨论RedisSearch如何通过java进行操作。RedisSearch是一个搜索的工具,在搜索的时候,它会先将要搜索的内容进行分词处理,创建索引的时候也会分词。对于英文来说,分词比较简单,基本上空格和标点符号就可以,但是中文分词相对复杂一些,因为中文不能通过空格进行简单的分词。现在有各种不同的中文分词器,比如jieba,IK已经RedisSearch使用的分词器:friso。friso
转载 2023-07-29 13:45:33
97阅读
# Redis and JSON: A Powerful Combination ## Introduction Redis is an open-source, in-memory data structure store that can be used as a database, cache, and message broker. It provides fast access to
原创 2023-10-05 16:17:14
18阅读