Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hightman/xunsearch

免费开源的中文搜索引擎,采用 C/C++ 编写 (基于 xapian 和 scws),提供 PHP 的开发接口和丰富文档
https://github.com/hightman/xunsearch

Last synced: 3 months ago
JSON representation

免费开源的中文搜索引擎,采用 C/C++ 编写 (基于 xapian 和 scws),提供 PHP 的开发接口和丰富文档

Awesome Lists containing this project

README

        

XunSearch Architecture
======================
$Id$

==============================
| Your Search Application |
==============================
/\ /\
................ /||\ ............ /||\ ....................
: || || :
: +-----------------------------+ :
: | [PHP] | other lang (TODO) | :
: |-----------------------------| :
: | SDK: (xunsearch devkit) | :
: +-----------------------------+ :
: / \ :
: / \ :
: +-----------------+ +-------------------+ :
: | Index-server | | Search-server | :
: |-----------------| |-------------------| :
: | xs-indexd | | xs-searchd | :
: | xs-import | | 1*master | :
: | xs-logging | | N*worker(M*thread)| :
: +-----------------+ +-------------------+ :
: | | :
: | | :
: +-----------------------------+ :
: | Xapian-core + scws | :
: +-----------------------------+ :
: | | | :
: +------------+ +--------+ +---------------+ :
: | Local Disk | | Memory | | Remote socket | :
: +------------+ +--------+ +---------------+ :
: :
...................... Xun Search ..........................