- 授权协议: 未知
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://georgepsarakis.github.io/techu-search-server/
- 软件文档: http://georgepsarakis.github.io/techu-search-server/docs
软件介绍
Techu 是一个基于 RESTful 的搜索服务器,基于 Sphinx 全文搜索引擎。
特点:
- 通过 Techu 数据库模型组织 Sphinx 配置
- 可重用的索引和搜索配置
- 自动重新生成配置和重启搜索服务器
- 可通过 HTTP 调用轻松的进行文档索引,使用 JSON 格式传输数据
- 异步执行语句,使用 Redis 作为缓冲
- 批量插入特性用于快速的索引重建
- 使用 JSON 快速执行全文搜索,支持属性过滤,排序参数和分组检索
- 可获取文档中高亮的片段,遵循搜索查询语法
- 缓冲搜索结果到 Redis
组件:
- 实时索引
- Django Framework
- Nginx web server
- Redis in-memory key-value storage
- MySQL
Introduction to Programming in Java
Robert Sedgewick、Kevin Wayne / Addison-Wesley / 2007-7-27 / USD 89.00
By emphasizing the application of computer programming not only in success stories in the software industry but also in familiar scenarios in physical and biological science, engineering, and appli......一起来看看 《Introduction to Programming in Java》 这本书的介绍吧!
