https://github.com/kxxoling/librorum
提供基于 Redis 的补全&搜索功能
https://github.com/kxxoling/librorum
Last synced: 6 months ago
JSON representation
提供基于 Redis 的补全&搜索功能
- Host: GitHub
- URL: https://github.com/kxxoling/librorum
- Owner: kxxoling
- Created: 2015-01-26T13:11:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T06:08:34.000Z (over 10 years ago)
- Last Synced: 2025-02-13T07:46:21.529Z (8 months ago)
- Language: Python
- Homepage:
- Size: 316 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Librorum——基于 Redis 的索引/搜索引擎
灵感来自于 [autocomplete-redis](https://github.com/fengli/autocomplete-redis)
[](https://landscape.io/github/kxxoling/librorum/master)
[](https://travis-ci.org/kxxoling/librorum)## 名称由来
> 肚子饿了…
>
> —— by Index ‧ Librorum ‧ Prohibitorum## TODO
* 自定义索引字段
* 更加灵活的结构配置
* 更强大的搜索功能
* 减少索引数量
* 类似 [Whoosh](https://bitbucket.org/mchaput/whoosh/wiki/Home) 的接口
* 更智能的权重设计