Redis-search is a fully automated search tool based on Redis and RailsActiveModel. Redis-search can help you achieve this: Real-time update search index efficient word segmentation search and verbatim matching search alias search support ActiveRecord and timeline ID currently only one field can be used as the sorting condition Chinese homophone word search Chinese
Redis-search is a fully automated search tool based on Redis and Rails ActiveModel. Redis-search can help you achieve this: Real-time update search index efficient word segmentation search and verbatim matching search alias search support ActiveRecord and timeline ID currently only one field can be used as the sorting condition Chinese homophone word search Chinese
Redis-search is a fully automated search tool based on Redis and Rails ActiveModel.
Redis-search can help you achieve the following:
- Update search indexes in real time
- Efficient
- Word Segmentation search and word-to-word matching search
- Alias search
- Support ActiveRecord and upload ID
- Currently, only one field can be used as the sorting condition.
- Chinese homophone search
- Chinese pinyin search support
- Chinese pinyin initial search
- You can use some simple combinations of additional conditions to search
I wrote a simple example project
Https://github.com/huacnlee/redis-search-example
If you do not know how to use redis-search, you can first run it on this simple project. The function is very simple, that is, getting information from Github, then you can use redis-search for search.
Because Github does not have a project name in Chinese, Chinese search cannot be demonstrated here. I will try again later.
This shows how to use the alias index, append fields to Redis, and sort (the rand attribute)
Original article address: redis-search example App. Thank you for sharing it.