实例介绍
【实例简介】
coreseek-3.2.13.tar.gz 软件
【实例截图】
【核心代码】
4744302543461999382.gz
└── coreseek-3.2.13
├── csft-3.2.13
│ ├── acinclude.m4
│ ├── aclocal.m4
│ ├── 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
│ │ │ ├── sphinxclient.c
│ │ │ ├── sphinxclient_config.h.in
│ │ │ ├── sphinxclient.h
│ │ │ ├── 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.php
│ │ └── test.py
│ ├── buildconf.sh
│ ├── codeblocks
│ │ ├── indexer.cbp
│ │ ├── indextool.cbp
│ │ ├── libsphinx.cbp
│ │ ├── search.cbp
│ │ ├── searchd.cbp
│ │ ├── spelldump.cbp
│ │ └── tests.cbp
│ ├── config
│ │ ├── config.h.in
│ │ ├── depcomp
│ │ ├── install-sh
│ │ └── missing
│ ├── configure
│ ├── configure.ac
│ ├── contrib
│ │ ├── README
│ │ └── scripts
│ │ ├── cachecleanup.sh
│ │ └── searchd
│ ├── COPYING
│ ├── csft.doc
│ │ └── pycsft.interface.txt
│ ├── csft.pytest
│ │ └── test_csft_pyi.py
│ ├── doc
│ │ ├── html2txt.pl
│ │ ├── internals-coding-standard.txt
│ │ ├── internals-index-format.txt
│ │ ├── mk.cmd
│ │ ├── sphinx.css
│ │ ├── sphinx.html
│ │ ├── sphinx.txt
│ │ └── sphinx.xml
│ ├── example.sql
│ ├── INSTALL
│ ├── libexpat
│ │ ├── libexpat.sln
│ │ └── libexpat.vcproj
│ ├── libstemmer_c
│ │ ├── libstemmer_c.sln
│ │ ├── libstemmer_c.vcproj
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── mkinc.mak
│ │ └── README
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── misc
│ │ ├── build.cmd
│ │ └── suggest
│ │ ├── README
│ │ ├── suggest.conf
│ │ └── suggest.php
│ ├── mysqlse
│ │ ├── CMakeLists.txt
│ │ ├── gen_data.php
│ │ ├── ha_sphinx.cc
│ │ ├── ha_sphinx.h
│ │ ├── Makefile.am
│ │ ├── make-patch.sh
│ │ ├── plug.in
│ │ ├── snippets_udf.cc
│ │ ├── sphinx.5.0.22.diff
│ │ ├── sphinx.5.0.27.diff
│ │ └── sphinx.5.0.37.diff
│ ├── pymmseg
│ │ ├── cmmseg.i
│ │ ├── mmseg_interface.cpp
│ │ ├── mmseg_interface.h
│ │ ├── pymmseg.c
│ │ ├── pymmseg.sln
│ │ ├── pymmseg.vcproj
│ │ └── tmmseg.py
│ ├── python.m4
│ ├── smoke.sh
│ ├── sphinx03.sln
│ ├── sphinx05.sln
│ ├── sphinx08.sln
│ ├── sphinx.conf.in
│ ├── sphinx-min.conf.in
│ ├── sphinx.spec
│ ├── sphinx.workspace
│ ├── src
│ │ ├── indexer.cpp
│ │ ├── indextool.cpp
│ │ ├── llsphinxql.c
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── md5.cpp
│ │ ├── md5.h
│ │ ├── py_helper.cpp
│ │ ├── py_helper.h
│ │ ├── py_layer.cpp
│ │ ├── py_layer.h
│ │ ├── py_source.cpp
│ │ ├── py_source.h
│ │ ├── py_sphinx.c
│ │ ├── py_sphinx_interface.cpp
│ │ ├── py_sphinx_interface.h
│ │ ├── search.cpp
│ │ ├── searchd.cpp
│ │ ├── spelldump.cpp
│ │ ├── sphinx.cpp
│ │ ├── sphinxcustomsort.inl
│ │ ├── sphinxexcerpt.cpp
│ │ ├── sphinxexcerpt.h
│ │ ├── sphinxexpr.cpp
│ │ ├── sphinxexpr.h
│ │ ├── sphinxexpr.y
│ │ ├── sphinxfilter.cpp
│ │ ├── sphinxfilter.h
│ │ ├── sphinx.h
│ │ ├── sphinx_internal.h
│ │ ├── sphinxmetaphone.cpp
│ │ ├── sphinxql.l
│ │ ├── sphinxql.y
│ │ ├── sphinxquery.cpp
│ │ ├── sphinxquery.h
│ │ ├── sphinxquery.y
│ │ ├── sphinxselect.y
│ │ ├── sphinxsort.cpp
│ │ ├── sphinxsoundex.cpp
│ │ ├── sphinxstd.cpp
│ │ ├── sphinxstd.h
│ │ ├── sphinxstemcz.cpp
│ │ ├── sphinxstemen.cpp
│ │ ├── sphinxstem.h
│ │ ├── sphinxstemru.cpp
│ │ ├── sphinxstemru.inl
│ │ ├── sphinxtimers.h
│ │ ├── sphinxutils.cpp
│ │ ├── sphinxutils.h
│ │ ├── sphinxversion.h
│ │ ├── svnxrev.cmd
│ │ ├── svnxrev.pl
│ │ ├── svnxrev.sh
│ │ ├── svnxrev.wsf
│ │ ├── tests.cpp
│ │ ├── tokenizer_zhcn.cpp
│ │ ├── tokenizer_zhcn.h
│ │ ├── yy.cmd
│ │ ├── yysphinxexpr.c
│ │ ├── yysphinxexpr.h
│ │ ├── yysphinxql.c
│ │ ├── yysphinxql.h
│ │ ├── yysphinxquery.c
│ │ ├── yysphinxquery.h
│ │ ├── yysphinxselect.c
│ │ └── yysphinxselect.h
│ ├── test
│ │ ├── clean.cmd
│ │ ├── clean.sh
│ │ ├── helpers.inc
│ │ ├── Makefile
│ │ ├── stopwords.txt
│ │ ├── synonyms.txt
│ │ ├── test_00
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_01
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_02
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_03
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_04
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_05
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_06
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_07
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_08
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_09
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_10
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_11
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_12
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_13
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_14
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_15
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_16
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_17
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_18
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_19
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_20
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_21
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_22
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_23
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_24
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_25
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_26
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_27
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_28
│ │ │ ├── model.aff
│ │ │ ├── model.dict
│ │ │ ├── model.spell
│ │ │ └── test.inc
│ │ ├── test_29
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_30
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_31
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_32
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_33
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_34
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_35
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_36
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_37
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_38
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_39
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_40
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_41
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_42
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_43
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_44
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_45
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_46
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_47
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_48
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_49
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_50
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_51
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_52
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_53
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_54
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_55
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_56
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_57
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_58
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_59
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_60
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_61
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_64
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_68
│ │ │ ├── data1.xml
│ │ │ ├── data2.xml
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_77
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_78
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_86
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_93
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_94
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_95
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_97
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── ubertest.php
│ │ └── wordforms.txt
│ └── win
│ ├── indexer03.vcproj
│ ├── indexer05.vcproj
│ ├── indexer08.vcproj
│ ├── indextool05.vcproj
│ ├── indextool08.vcproj
│ ├── libsphinx03.vcproj
│ ├── libsphinx05.vcproj
│ ├── libsphinx08.vcproj
│ ├── pycsft.vcproj
│ ├── search03.vcproj
│ ├── search05.vcproj
│ ├── search08.vcproj
│ ├── searchd03.vcproj
│ ├── searchd05.vcproj
│ ├── searchd08.vcproj
│ ├── spelldump05.vcproj
│ ├── spelldump08.vcproj
│ ├── tests05.vcproj
│ └── tests08.vcproj
├── mmseg-3.2.13
│ ├── aclocal.m4
│ ├── AUTHORS
│ ├── bootstrap
│ ├── ChangeLog
│ ├── config
│ │ ├── apu-conf.m4
│ │ ├── apu-hints.m4
│ │ ├── config.guess
│ │ ├── config.sub
│ │ ├── depcomp
│ │ ├── find_apr.m4
│ │ ├── install-sh
│ │ ├── ltmain.sh
│ │ ├── mdate-sh
│ │ ├── missing
│ │ ├── mkinstalldirs
│ │ ├── readline.m4
│ │ ├── sys_errlist.m4
│ │ └── sys_siglist.m4
│ ├── config-h.in
│ ├── configure
│ ├── configure.in
│ ├── COPYING
│ ├── data
│ │ ├── build_unigram.py
│ │ ├── char.stat.txt
│ │ ├── Lexicon_full_words.txt
│ │ ├── mmseg.ini
│ │ ├── unigram.txt
│ │ └── uni.lib
│ ├── INSTALL
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── NEWS
│ ├── python
│ │ ├── mmseg_interface.cpp
│ │ ├── mmseg_interface.h
│ │ ├── pymmseg.c
│ │ ├── pymmseg.sln
│ │ ├── pymmseg.vcproj
│ │ └── tmmseg.py
│ ├── README
│ ├── ruby
│ │ ├── extconf.lin.rb
│ │ ├── extconf.win.rb
│ │ ├── Makefile
│ │ ├── mmseg-i386-mswin32.def
│ │ ├── mmseg-i386-mswin32.exp
│ │ ├── readme.txt
│ │ ├── rubyapi.cpp
│ │ └── test.rb
│ ├── script
│ │ ├── build_thesaurus.py
│ │ ├── build_tolower_table.py
│ │ ├── char_table_build.py
│ │ └── tolower.txt
│ ├── src
│ │ ├── config.win.h
│ │ ├── csr_typedefs.h
│ │ ├── css
│ │ │ ├── ICorpusReader.h
│ │ │ ├── mmthunk.cpp
│ │ │ ├── mmthunk.h
│ │ │ ├── segmenter.cpp
│ │ │ ├── Segmenter.h
│ │ │ ├── SegmenterManager.cpp
│ │ │ ├── SegmenterManager.h
│ │ │ ├── SegmentPkg.cpp
│ │ │ ├── SegmentPkg.h
│ │ │ ├── SynonymsDict.cpp
│ │ │ ├── SynonymsDict.h
│ │ │ ├── ThesaurusDict.cpp
│ │ │ ├── ThesaurusDict.h
│ │ │ ├── tolowercase.h
│ │ │ ├── UnigramCorpusReader.cpp
│ │ │ ├── UnigramCorpusReader.h
│ │ │ ├── UnigramDict.cpp
│ │ │ ├── UnigramDict.h
│ │ │ ├── UnigramRecord.cpp
│ │ │ └── UnigramRecord.h
│ │ ├── iniparser
│ │ │ ├── dictionary.c
│ │ │ ├── dictionary.h
│ │ │ ├── iniparser.c
│ │ │ └── iniparser.h
│ │ ├── Makefile.am
│ │ ├── mk_dist.bat
│ │ ├── mmseg_main.cpp
│ │ ├── t1.txt
│ │ ├── utils
│ │ │ ├── assert.c
│ │ │ ├── bsd_getopt.c
│ │ │ ├── bsd_getopt.h
│ │ │ ├── bsd_getopt_win.c
│ │ │ ├── bsd_getopt_win.h
│ │ │ ├── csr_assert.h
│ │ │ ├── csr.h
│ │ │ ├── csr_mmap.c
│ │ │ ├── csr_mmap.h
│ │ │ ├── csr_pool.h
│ │ │ ├── csr_utils.c
│ │ │ ├── csr_utils.h
│ │ │ ├── darts.h
│ │ │ ├── freelist.h
│ │ │ ├── os.h
│ │ │ ├── scoped_ptr.h
│ │ │ ├── Singleton.h
│ │ │ ├── StringTokenizer.cpp
│ │ │ ├── StringTokenizer.h
│ │ │ ├── Utf8_16.cpp
│ │ │ └── Utf8_16.h
│ │ └── win32
│ │ ├── changelog.txt
│ │ ├── css03.sln
│ │ ├── css05.sln
│ │ ├── libcss03.vcproj
│ │ ├── libcss05.vcproj
│ │ ├── mmseg03.vcproj
│ │ ├── mmseg05.vcproj
│ │ ├── readme.txt
│ │ ├── syb.txt
│ │ ├── t1.txt
│ │ ├── t2.txt
│ │ └── t.txt
│ ├── stamp-h.in
│ └── THANKS
├── README.txt
└── testpack
├── etc
│ ├── csft.conf
│ ├── csft_demo_python.conf
│ ├── csft_demo_python_pymssql.conf
│ ├── csft_mysql.conf
│ └── pysource
│ ├── csft_demo
│ │ └── __init__.py
│ └── pymssql
│ └── __init__.py
└── var
├── data
├── log
└── test
└── test.xml
119 directories, 551 files
coreseek-3.2.13.tar.gz 软件
【实例截图】
【核心代码】
4744302543461999382.gz
└── coreseek-3.2.13
├── csft-3.2.13
│ ├── acinclude.m4
│ ├── aclocal.m4
│ ├── 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
│ │ │ ├── sphinxclient.c
│ │ │ ├── sphinxclient_config.h.in
│ │ │ ├── sphinxclient.h
│ │ │ ├── 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.php
│ │ └── test.py
│ ├── buildconf.sh
│ ├── codeblocks
│ │ ├── indexer.cbp
│ │ ├── indextool.cbp
│ │ ├── libsphinx.cbp
│ │ ├── search.cbp
│ │ ├── searchd.cbp
│ │ ├── spelldump.cbp
│ │ └── tests.cbp
│ ├── config
│ │ ├── config.h.in
│ │ ├── depcomp
│ │ ├── install-sh
│ │ └── missing
│ ├── configure
│ ├── configure.ac
│ ├── contrib
│ │ ├── README
│ │ └── scripts
│ │ ├── cachecleanup.sh
│ │ └── searchd
│ ├── COPYING
│ ├── csft.doc
│ │ └── pycsft.interface.txt
│ ├── csft.pytest
│ │ └── test_csft_pyi.py
│ ├── doc
│ │ ├── html2txt.pl
│ │ ├── internals-coding-standard.txt
│ │ ├── internals-index-format.txt
│ │ ├── mk.cmd
│ │ ├── sphinx.css
│ │ ├── sphinx.html
│ │ ├── sphinx.txt
│ │ └── sphinx.xml
│ ├── example.sql
│ ├── INSTALL
│ ├── libexpat
│ │ ├── libexpat.sln
│ │ └── libexpat.vcproj
│ ├── libstemmer_c
│ │ ├── libstemmer_c.sln
│ │ ├── libstemmer_c.vcproj
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── mkinc.mak
│ │ └── README
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── misc
│ │ ├── build.cmd
│ │ └── suggest
│ │ ├── README
│ │ ├── suggest.conf
│ │ └── suggest.php
│ ├── mysqlse
│ │ ├── CMakeLists.txt
│ │ ├── gen_data.php
│ │ ├── ha_sphinx.cc
│ │ ├── ha_sphinx.h
│ │ ├── Makefile.am
│ │ ├── make-patch.sh
│ │ ├── plug.in
│ │ ├── snippets_udf.cc
│ │ ├── sphinx.5.0.22.diff
│ │ ├── sphinx.5.0.27.diff
│ │ └── sphinx.5.0.37.diff
│ ├── pymmseg
│ │ ├── cmmseg.i
│ │ ├── mmseg_interface.cpp
│ │ ├── mmseg_interface.h
│ │ ├── pymmseg.c
│ │ ├── pymmseg.sln
│ │ ├── pymmseg.vcproj
│ │ └── tmmseg.py
│ ├── python.m4
│ ├── smoke.sh
│ ├── sphinx03.sln
│ ├── sphinx05.sln
│ ├── sphinx08.sln
│ ├── sphinx.conf.in
│ ├── sphinx-min.conf.in
│ ├── sphinx.spec
│ ├── sphinx.workspace
│ ├── src
│ │ ├── indexer.cpp
│ │ ├── indextool.cpp
│ │ ├── llsphinxql.c
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── md5.cpp
│ │ ├── md5.h
│ │ ├── py_helper.cpp
│ │ ├── py_helper.h
│ │ ├── py_layer.cpp
│ │ ├── py_layer.h
│ │ ├── py_source.cpp
│ │ ├── py_source.h
│ │ ├── py_sphinx.c
│ │ ├── py_sphinx_interface.cpp
│ │ ├── py_sphinx_interface.h
│ │ ├── search.cpp
│ │ ├── searchd.cpp
│ │ ├── spelldump.cpp
│ │ ├── sphinx.cpp
│ │ ├── sphinxcustomsort.inl
│ │ ├── sphinxexcerpt.cpp
│ │ ├── sphinxexcerpt.h
│ │ ├── sphinxexpr.cpp
│ │ ├── sphinxexpr.h
│ │ ├── sphinxexpr.y
│ │ ├── sphinxfilter.cpp
│ │ ├── sphinxfilter.h
│ │ ├── sphinx.h
│ │ ├── sphinx_internal.h
│ │ ├── sphinxmetaphone.cpp
│ │ ├── sphinxql.l
│ │ ├── sphinxql.y
│ │ ├── sphinxquery.cpp
│ │ ├── sphinxquery.h
│ │ ├── sphinxquery.y
│ │ ├── sphinxselect.y
│ │ ├── sphinxsort.cpp
│ │ ├── sphinxsoundex.cpp
│ │ ├── sphinxstd.cpp
│ │ ├── sphinxstd.h
│ │ ├── sphinxstemcz.cpp
│ │ ├── sphinxstemen.cpp
│ │ ├── sphinxstem.h
│ │ ├── sphinxstemru.cpp
│ │ ├── sphinxstemru.inl
│ │ ├── sphinxtimers.h
│ │ ├── sphinxutils.cpp
│ │ ├── sphinxutils.h
│ │ ├── sphinxversion.h
│ │ ├── svnxrev.cmd
│ │ ├── svnxrev.pl
│ │ ├── svnxrev.sh
│ │ ├── svnxrev.wsf
│ │ ├── tests.cpp
│ │ ├── tokenizer_zhcn.cpp
│ │ ├── tokenizer_zhcn.h
│ │ ├── yy.cmd
│ │ ├── yysphinxexpr.c
│ │ ├── yysphinxexpr.h
│ │ ├── yysphinxql.c
│ │ ├── yysphinxql.h
│ │ ├── yysphinxquery.c
│ │ ├── yysphinxquery.h
│ │ ├── yysphinxselect.c
│ │ └── yysphinxselect.h
│ ├── test
│ │ ├── clean.cmd
│ │ ├── clean.sh
│ │ ├── helpers.inc
│ │ ├── Makefile
│ │ ├── stopwords.txt
│ │ ├── synonyms.txt
│ │ ├── test_00
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_01
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_02
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_03
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_04
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_05
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_06
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_07
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_08
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_09
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_10
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_11
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_12
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_13
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_14
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_15
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_16
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_17
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_18
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_19
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_20
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_21
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_22
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_23
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_24
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_25
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_26
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_27
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_28
│ │ │ ├── model.aff
│ │ │ ├── model.dict
│ │ │ ├── model.spell
│ │ │ └── test.inc
│ │ ├── test_29
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_30
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_31
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_32
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_33
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_34
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_35
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_36
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_37
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_38
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_39
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_40
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_41
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_42
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_43
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_44
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_45
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_46
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_47
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_48
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_49
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_50
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_51
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_52
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_53
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_54
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_55
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_56
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_57
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_58
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_59
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_60
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_61
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_64
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_68
│ │ │ ├── data1.xml
│ │ │ ├── data2.xml
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_77
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_78
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_86
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_93
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_94
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_95
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── test_97
│ │ │ ├── model.bin
│ │ │ └── test.xml
│ │ ├── ubertest.php
│ │ └── wordforms.txt
│ └── win
│ ├── indexer03.vcproj
│ ├── indexer05.vcproj
│ ├── indexer08.vcproj
│ ├── indextool05.vcproj
│ ├── indextool08.vcproj
│ ├── libsphinx03.vcproj
│ ├── libsphinx05.vcproj
│ ├── libsphinx08.vcproj
│ ├── pycsft.vcproj
│ ├── search03.vcproj
│ ├── search05.vcproj
│ ├── search08.vcproj
│ ├── searchd03.vcproj
│ ├── searchd05.vcproj
│ ├── searchd08.vcproj
│ ├── spelldump05.vcproj
│ ├── spelldump08.vcproj
│ ├── tests05.vcproj
│ └── tests08.vcproj
├── mmseg-3.2.13
│ ├── aclocal.m4
│ ├── AUTHORS
│ ├── bootstrap
│ ├── ChangeLog
│ ├── config
│ │ ├── apu-conf.m4
│ │ ├── apu-hints.m4
│ │ ├── config.guess
│ │ ├── config.sub
│ │ ├── depcomp
│ │ ├── find_apr.m4
│ │ ├── install-sh
│ │ ├── ltmain.sh
│ │ ├── mdate-sh
│ │ ├── missing
│ │ ├── mkinstalldirs
│ │ ├── readline.m4
│ │ ├── sys_errlist.m4
│ │ └── sys_siglist.m4
│ ├── config-h.in
│ ├── configure
│ ├── configure.in
│ ├── COPYING
│ ├── data
│ │ ├── build_unigram.py
│ │ ├── char.stat.txt
│ │ ├── Lexicon_full_words.txt
│ │ ├── mmseg.ini
│ │ ├── unigram.txt
│ │ └── uni.lib
│ ├── INSTALL
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── NEWS
│ ├── python
│ │ ├── mmseg_interface.cpp
│ │ ├── mmseg_interface.h
│ │ ├── pymmseg.c
│ │ ├── pymmseg.sln
│ │ ├── pymmseg.vcproj
│ │ └── tmmseg.py
│ ├── README
│ ├── ruby
│ │ ├── extconf.lin.rb
│ │ ├── extconf.win.rb
│ │ ├── Makefile
│ │ ├── mmseg-i386-mswin32.def
│ │ ├── mmseg-i386-mswin32.exp
│ │ ├── readme.txt
│ │ ├── rubyapi.cpp
│ │ └── test.rb
│ ├── script
│ │ ├── build_thesaurus.py
│ │ ├── build_tolower_table.py
│ │ ├── char_table_build.py
│ │ └── tolower.txt
│ ├── src
│ │ ├── config.win.h
│ │ ├── csr_typedefs.h
│ │ ├── css
│ │ │ ├── ICorpusReader.h
│ │ │ ├── mmthunk.cpp
│ │ │ ├── mmthunk.h
│ │ │ ├── segmenter.cpp
│ │ │ ├── Segmenter.h
│ │ │ ├── SegmenterManager.cpp
│ │ │ ├── SegmenterManager.h
│ │ │ ├── SegmentPkg.cpp
│ │ │ ├── SegmentPkg.h
│ │ │ ├── SynonymsDict.cpp
│ │ │ ├── SynonymsDict.h
│ │ │ ├── ThesaurusDict.cpp
│ │ │ ├── ThesaurusDict.h
│ │ │ ├── tolowercase.h
│ │ │ ├── UnigramCorpusReader.cpp
│ │ │ ├── UnigramCorpusReader.h
│ │ │ ├── UnigramDict.cpp
│ │ │ ├── UnigramDict.h
│ │ │ ├── UnigramRecord.cpp
│ │ │ └── UnigramRecord.h
│ │ ├── iniparser
│ │ │ ├── dictionary.c
│ │ │ ├── dictionary.h
│ │ │ ├── iniparser.c
│ │ │ └── iniparser.h
│ │ ├── Makefile.am
│ │ ├── mk_dist.bat
│ │ ├── mmseg_main.cpp
│ │ ├── t1.txt
│ │ ├── utils
│ │ │ ├── assert.c
│ │ │ ├── bsd_getopt.c
│ │ │ ├── bsd_getopt.h
│ │ │ ├── bsd_getopt_win.c
│ │ │ ├── bsd_getopt_win.h
│ │ │ ├── csr_assert.h
│ │ │ ├── csr.h
│ │ │ ├── csr_mmap.c
│ │ │ ├── csr_mmap.h
│ │ │ ├── csr_pool.h
│ │ │ ├── csr_utils.c
│ │ │ ├── csr_utils.h
│ │ │ ├── darts.h
│ │ │ ├── freelist.h
│ │ │ ├── os.h
│ │ │ ├── scoped_ptr.h
│ │ │ ├── Singleton.h
│ │ │ ├── StringTokenizer.cpp
│ │ │ ├── StringTokenizer.h
│ │ │ ├── Utf8_16.cpp
│ │ │ └── Utf8_16.h
│ │ └── win32
│ │ ├── changelog.txt
│ │ ├── css03.sln
│ │ ├── css05.sln
│ │ ├── libcss03.vcproj
│ │ ├── libcss05.vcproj
│ │ ├── mmseg03.vcproj
│ │ ├── mmseg05.vcproj
│ │ ├── readme.txt
│ │ ├── syb.txt
│ │ ├── t1.txt
│ │ ├── t2.txt
│ │ └── t.txt
│ ├── stamp-h.in
│ └── THANKS
├── README.txt
└── testpack
├── etc
│ ├── csft.conf
│ ├── csft_demo_python.conf
│ ├── csft_demo_python_pymssql.conf
│ ├── csft_mysql.conf
│ └── pysource
│ ├── csft_demo
│ │ └── __init__.py
│ └── pymssql
│ └── __init__.py
└── var
├── data
├── log
└── test
└── test.xml
119 directories, 551 files
标签:
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论