An open API service indexing awesome lists of open source software.

https://github.com/kxxoling/librorum

提供基于 Redis 的补全&搜索功能
https://github.com/kxxoling/librorum

Last synced: 6 months ago
JSON representation

提供基于 Redis 的补全&搜索功能

Awesome Lists containing this project

README

          

# Librorum——基于 Redis 的索引/搜索引擎

灵感来自于 [autocomplete-redis](https://github.com/fengli/autocomplete-redis)

[![Code Health](https://landscape.io/github/kxxoling/librorum/master/landscape.svg)](https://landscape.io/github/kxxoling/librorum/master)
[![Build Status](https://travis-ci.org/kxxoling/librorum.svg)](https://travis-ci.org/kxxoling/librorum)

## 名称由来

> 肚子饿了…
>
> —— by Index ‧ Librorum ‧ Prohibitorum

## TODO

* 自定义索引字段
* 更加灵活的结构配置
* 更强大的搜索功能
* 减少索引数量
* 类似 [Whoosh](https://bitbucket.org/mchaput/whoosh/wiki/Home) 的接口
* 更智能的权重设计