实例介绍
Coreseek的windows版本,因为官网打不开,因此上传此。 搭配Sphinx进行中文分词搜索
【实例截图】
【核心代码】
coreseek-4.1-windows
└── coreseek-4.1-win32
├── api
│ ├── java
│ │ ├── Makefile
│ │ ├── MANIFEST.MF
│ │ ├── mk.cmd
│ │ ├── mkdoc.cmd
│ │ ├── README
│ │ ├── SphinxClient.java
│ │ ├── SphinxException.java
│ │ ├── SphinxMatch.java
│ │ ├── SphinxResult.java
│ │ ├── SphinxWordInfo.java
│ │ └── test.java
│ ├── libsphinxclient
│ │ ├── buildconf.sh
│ │ ├── build.mk
│ │ ├── config.guess
│ │ ├── config.sub
│ │ ├── configure
│ │ ├── configure.in
│ │ ├── COPYING
│ │ ├── install-sh
│ │ ├── libsphinxclient.vcproj
│ │ ├── ltmain.sh
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── missing
│ │ ├── README
│ │ ├── smoke_ref.txt
│ │ ├── smoke_test.conf
│ │ ├── smoke_test.sh
│ │ ├── sphinxclient.c
│ │ ├── sphinxclient_config.h.in
│ │ ├── sphinxclient.h
│ │ ├── test03.sln
│ │ ├── test03.vcproj
│ │ ├── test.c
│ │ ├── test.sln
│ │ └── test.vcproj
│ ├── ruby
│ │ ├── init.rb
│ │ ├── install.rb
│ │ ├── lib
│ │ │ ├── sphinx
│ │ │ │ ├── client.rb
│ │ │ │ ├── request.rb
│ │ │ │ └── response.rb
│ │ │ └── sphinx.rb
│ │ ├── Rakefile
│ │ ├── README.rdoc
│ │ ├── spec
│ │ │ ├── client_response_spec.rb
│ │ │ ├── client_spec.rb
│ │ │ ├── fixtures
│ │ │ │ ├── default_search_index.php
│ │ │ │ ├── default_search.php
│ │ │ │ ├── excerpt_custom.php
│ │ │ │ ├── excerpt_default.php
│ │ │ │ ├── excerpt_flags.php
│ │ │ │ ├── field_weights.php
│ │ │ │ ├── filter_exclude.php
│ │ │ │ ├── filter_float_range_exclude.php
│ │ │ │ ├── filter_float_range.php
│ │ │ │ ├── filter.php
│ │ │ │ ├── filter_range_exclude.php
│ │ │ │ ├── filter_range_int64.php
│ │ │ │ ├── filter_range.php
│ │ │ │ ├── filter_ranges.php
│ │ │ │ ├── filters_different.php
│ │ │ │ ├── filters.php
│ │ │ │ ├── geo_anchor.php
│ │ │ │ ├── group_by_attrpair.php
│ │ │ │ ├── group_by_attr.php
│ │ │ │ ├── group_by_day.php
│ │ │ │ ├── group_by_day_sort.php
│ │ │ │ ├── group_by_month.php
│ │ │ │ ├── group_by_week.php
│ │ │ │ ├── group_by_year.php
│ │ │ │ ├── group_distinct.php
│ │ │ │ ├── id_range64.php
│ │ │ │ ├── id_range.php
│ │ │ │ ├── index_weights.php
│ │ │ │ ├── keywords.php
│ │ │ │ ├── limits_cutoff.php
│ │ │ │ ├── limits_max_cutoff.php
│ │ │ │ ├── limits_max.php
│ │ │ │ ├── limits.php
│ │ │ │ ├── match_all.php
│ │ │ │ ├── match_any.php
│ │ │ │ ├── match_boolean.php
│ │ │ │ ├── match_extended2.php
│ │ │ │ ├── match_extended.php
│ │ │ │ ├── match_fullscan.php
│ │ │ │ ├── match_phrase.php
│ │ │ │ ├── max_query_time.php
│ │ │ │ ├── miltiple_queries.php
│ │ │ │ ├── ranking_bm25.php
│ │ │ │ ├── ranking_none.php
│ │ │ │ ├── ranking_proximity_bm25.php
│ │ │ │ ├── ranking_proximity.php
│ │ │ │ ├── ranking_wordcount.php
│ │ │ │ ├── retries_delay.php
│ │ │ │ ├── retries.php
│ │ │ │ ├── select.php
│ │ │ │ ├── set_override.php
│ │ │ │ ├── sort_attr_asc.php
│ │ │ │ ├── sort_attr_desc.php
│ │ │ │ ├── sort_expr.php
│ │ │ │ ├── sort_extended.php
│ │ │ │ ├── sort_relevance.php
│ │ │ │ ├── sort_time_segments.php
│ │ │ │ ├── sphinxapi.php
│ │ │ │ ├── update_attributes_mva.php
│ │ │ │ ├── update_attributes.php
│ │ │ │ └── weights.php
│ │ │ └── sphinx
│ │ │ ├── sphinx.conf
│ │ │ ├── sphinx-id64.conf
│ │ │ └── sphinx_test.sql
│ │ ├── sphinx.yml.tpl
│ │ ├── tasks
│ │ │ └── sphinx.rake
│ │ └── test.rb
│ ├── sphinxapi.php
│ ├── sphinxapi.py
│ ├── test2.php
│ ├── test2.py
│ ├── test_coreseek.php
│ ├── test_coreseek_rtindex.php
│ ├── test.php
│ └── test.py
├── bin
│ ├── cat.exe
│ ├── comerr32.dll
│ ├── curl
│ │ ├── build.txt
│ │ ├── CHANGES
│ │ ├── COPYING
│ │ ├── curl.exe
│ │ ├── curl.html
│ │ ├── curl.pdf
│ │ ├── libcurl.dll
│ │ ├── libeay32.dll
│ │ ├── libidn-11.dll
│ │ ├── mk-ca-bundle.vbs
│ │ ├── README
│ │ ├── RELEASE-NOTES
│ │ └── ssleay32.dll
│ ├── gssapi32.dll
│ ├── iconv.dll
│ ├── iconv.exe
│ ├── indexer.exe
│ ├── indextool.exe
│ ├── k5sprt32.dll
│ ├── krb5_32.dll
│ ├── libcharset1.dll
│ ├── libeay32.dll
│ ├── libexpat.dll
│ ├── libiconv-2.dll
│ ├── libiconv2.dll
│ ├── libintl-8.dll
│ ├── libmysql.dll
│ ├── libpq.dll
│ ├── mmseg.exe
│ ├── msvcr71.dll
│ ├── python26.dll
│ ├── searchd.exe
│ ├── search.exe
│ ├── spelldump.exe
│ ├── ssleay32.dll
│ ├── testrt.exe
│ ├── tests.exe
│ ├── unigram.txt
│ └── unigram.txt.uni
├── etc
│ ├── csft_cjk.conf
│ ├── csft.conf
│ ├── csft_demo_python.conf
│ ├── csft_demo_python_pymssql.conf
│ ├── csft_mysql.conf
│ ├── csft_promotitle_search.conf
│ ├── csft_rtindex_cjk.conf
│ ├── csft_rtindex.conf
│ ├── csft_shopstore.conf
│ ├── csft_shopstorename.conf
│ ├── csft_sys_apps.conf
│ ├── mmseg.ini
│ ├── pysource
│ │ ├── csft_demo
│ │ │ └── __init__.py
│ │ └── csft_demo_pymssql
│ │ └── __init__.py
│ ├── unigram.txt
│ └── uni.lib
├── etc2
│ ├── mmseg.ini
│ └── uni.lib
├── my.bat
├── plugin
│ ├── mysql-5.5.15-win32
│ │ └── lib
│ │ └── plugin
│ │ └── ha_sphinx.dll
│ ├── mysql-5.5.16-win32
│ │ └── lib
│ │ └── plugin
│ │ └── ha_sphinx.dll
│ └── README.txt
├── README.txt
├── shop.bat
├── sys_app.cmd
├── test_cjk.cmd
├── test.cmd
├── test_mysql.cmd
├── test_python.cmd
├── test_rtindex_cjk.cmd
├── test_rtindex.cmd
├── var
│ ├── data
│ │ ├── promotitle_search.spa
│ │ ├── promotitle_search.spd
│ │ ├── promotitle_search.sph
│ │ ├── promotitle_search.spi
│ │ ├── promotitle_search.spk
│ │ ├── promotitle_search.spl
│ │ ├── promotitle_search.spm
│ │ ├── promotitle_search.spp
│ │ ├── promotitle_search.sps
│ │ ├── shopstorename_search.spa
│ │ ├── shopstorename_search.spd
│ │ ├── shopstorename_search.sph
│ │ ├── shopstorename_search.spi
│ │ ├── shopstorename_search.spk
│ │ ├── shopstorename_search.spl
│ │ ├── shopstorename_search.spm
│ │ ├── shopstorename_search.spp
│ │ ├── shopstorename_search.sps
│ │ ├── shopstore_search.spa
│ │ ├── shopstore_search.spd
│ │ ├── shopstore_search.sph
│ │ ├── shopstore_search.spi
│ │ ├── shopstore_search.spk
│ │ ├── shopstore_search.spl
│ │ ├── shopstore_search.spm
│ │ ├── shopstore_search.spp
│ │ ├── shopstore_search.sps
│ │ ├── sys_apps_search.spa
│ │ ├── sys_apps_search.spd
│ │ ├── sys_apps_search.sph
│ │ ├── sys_apps_search.spi
│ │ ├── sys_apps_search.spk
│ │ ├── sys_apps_search.spl
│ │ ├── sys_apps_search.spm
│ │ ├── sys_apps_search.spp
│ │ └── sys_apps_search.sps
│ ├── log
│ │ ├── query_xml.log
│ │ ├── searchd_xml.log
│ │ └── searchd_xml.pid
│ └── test
│ ├── documents.sql
│ ├── test.xml
│ └── test.xml.bak
└── 说明.txt
29 directories, 236 files
标签:
网友评论
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
支持(0) 盖楼(回复)