2016-12-17 19:39:01 +08:00
..
2016-12-17 19:39:01 +08:00
2016-12-17 19:39:01 +08:00
2016-12-17 19:39:01 +08:00
2016-12-17 19:39:01 +08:00
2016-12-17 19:39:01 +08:00
2016-12-17 19:39:01 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

最新使用文档请查看http://www.coreseek.cn/products/products-install/

目录说明:
csft-x.y.zcoreseek源代码
mmseg-i.j.kmmseg源代码
testpack测试配置和数据包

testpack测试说明
目录说明:
apiapi接口和测试脚本
etc配置文件
etc/pysourcepython数据源脚本
var运行数据
var/data索引文件
var/log搜索日志
var/test测试源数据

配置1
	测试对象xml数据源中文分词与搜索
    对应配置etc/csft.conf
	测试数据var/test/test.xml
	PHP程序api/test_coreseek.php
	在线说明http://www.coreseek.cn/products/products-install/install_on_bsd_linux/

配置2
	测试对象xml数据源单字切分与搜索
    对应配置etc/csft_cjk.conf
	测试数据var/test/test.xml
	PHP程序api/test_coreseek.php
	在线说明http://www.coreseek.cn/products-install/ngram_len_cjk/

配置3
	测试对象mysql数据源中文分词与搜索
    对应配置etc/csft_mysql.conf
	测试数据var/test/documents.sql
	PHP程序api/test_coreseek.php
	测试说明请先将测试数据导入数据库并设置好配置文件中的MySQL用户密码数据库
	在线说明http://www.coreseek.cn/products-install/mysql/

配置4
	测试对象python数据源中文分词与搜索
    对应配置etc/csft_demo_python.conf
	数据脚本etc/pysource/csft_demo/__init__.py
	PHP程序api/test_coreseek.php
	测试说明请先安装Python 2.6 (x86)
	在线说明http://www.coreseek.cn/products-install/python/

配置5
	测试对象python+mssql数据源中文分词与搜索
    对应配置etc/csft_demo_python_pymssql.conf
	数据脚本etc/pysource/csft_demo_pymssql/__init__.py
	PHP程序api/test_coreseek.php
	测试说明请先安装Python 2.6 (x86)、pymssqlpy2.6
	在线说明http://www.coreseek.cn/products-install/python/

coreseek-4.y.z测试
配置6
	测试对象RT实时索引中文分词与搜索
    对应配置etc/csft_rtindex.conf
    PHP程序api/test_coreseek_rtindex.php
	在线说明http://www.coreseek.cn/products-install/rt-indexes/
	
配置7
	测试对象RT实时索引单字切分与搜索
    对应配置etc/csft_rtindex_cjk.conf
    PHP程序api/test_coreseek_rtindex.php
	在线说明http://www.coreseek.cn/products-install/rt-indexes/