project tomoto-store
Small search server based on Redis
tomoto/tomoto-store
Small search server based on Redis
- Thursday, January 4, 2018
- by tomotozh
- Repository
- 1 Watchers
- 2 Stars
- 5 Installations
- Java
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
tomoto-store
Search services based on Redis, (*1)
基于Redis的一个小型搜索服务, (*2)
需求:, (*3)
1,查询商品时可以通过过滤条件进行查询,查询条件有:分类category、出版社press、价格price、包装pack、评分grade
2,目前只能子类单选,即分类只能选择一种,后期会做到子类多选,即每一类型可以多个选项。
构思:, (*4)
1,利用Redis的多种数据结构,根据商品的不同特点,存储商品的对应关系
2,通过对搜索条件的处理,从Redis中取出相应的结果集
3,主要用到Redis中String、Set、ZSet、Sort等
4,搜索原理为倒排索引。
目前:, (*5)
1,已完成子类单选,无排序;暂无排序条件,后期会加。
2,分词接口基本完善
下一步:, (*6)
1,导入原始数据,
v1.2
1.2.0.0
Small search server based on Redis
Sources
Download
1
by
tomoto
dev-master
9999999-dev
Small search server based on Redis
Sources
Download
1
by
tomoto
v1.1
1.1.0.0
Small search server based on Redis
Sources
Download
1
by
tomoto