Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 的开发接口和丰富文档
- Host: GitHub
- URL: https://github.com/hightman/xunsearch
- Owner: hightman
- License: other
- Created: 2011-09-14T03:06:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T11:42:48.000Z (almost 2 years ago)
- Last Synced: 2024-07-18T19:16:12.828Z (4 months ago)
- Language: PHP
- Homepage: http://www.xunsearch.com
- Size: 5.73 MB
- Stars: 1,627
- Watchers: 96
- Forks: 391
- Open Issues: 71
-
Metadata Files:
- Readme: README.arch
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- awesome-hacking-lists - hightman/xunsearch - 免费开源的中文搜索引擎,采用 C/C++ 编写 (基于 xapian 和 scws),提供 PHP 的开发接口和丰富文档 (PHP)
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 ..........................