搜索

大约有 18 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1016秒)

11.getAllSynonyms 当我同义词库上100W

更新时间:2014-04-23 11:04 t By zhouaini528

API中没有针对同义词库单独一个 独立词的获取 如:[hello world] => Array ( [0] => 你好 ) [search] => Array ( [0] => find [1] => seek ) 我要获取search 下面的同义词 每次都要全部...

12.Xunsearch SDK for PHP

.....]) 批量赋值 $model = new Demo; $model->pid = 321; $model->subject = 'hello world'; $model->message = 'just for testing...'; $model->save(); // 更新索引 $model = Demo::findOne(321); $model->message .= ' + updated'; $model->save(); // 添加或更新索引还支持以方法添加索引词...

13.使用SCWS的libscws C源码,测试分词不成功

发布时间:2014-01-02 18:01 t By banderuilq

...l/scws" main() { scws_t s; scws_res_t res, cur; char *text = "Hello, 我名字叫李那曲是一个中国人, 我有时买Q币来玩, 我还听说过C#语言"; if (!(s = scws_new())) { printf("ERROR: cann't init the scws!\n"); exit(-1); } scws_set_charset(s, "utf8")...

14.全文检索 tokenizer = full 时,无法查询

发布时间:2013-09-04 16:09 t By hongjh

...s'); $data = array( 'goods_id' => 112, 'goods_name' => 'hello my goodsname', 'goods_sn' => 'RX8899-114' ); $doc = new XSDocument; $doc->setFields($data); $xs->index->add($doc); 3. 查询 3.1 $docs = $xs->search->search('RX8899-114'); ===> 无结果 3.2 ...

15.为什么程序消耗的内存越来越大

更新时间:2010-03-02 17:03 t By backluck

... int main() { scws_t s; scws_res_t res, cur; char *text = "Hello, 我名字叫李那曲是一个中国人, 我有时买Q币来玩, 我还听说过C#语言"; int i; if (!(s = scws_new())) { printf("error, can't init the scws_t!\n"); exit(-1); ...

16.XSDocument 文档

... } } $doc = new MyDocument('gbk'); $doc->pid = 123; $doc->subject = 'Hello, 测试'; $doc->message = '测试的内容在此'; $xs->index->add($doc); ~~~ [1]: http://php.net/manual/en/book.iconv.php [2]: http://php.net/manual/en/book.mbstring.php $Id$

17.索引管理器

...词 util/Indexer.php demo -add-synonym 搜索:检索,搜索:查找 # 给 "Hello world" 增加同义词 "你好",参数含空格请用引号包围 util/Indexer.php demo --add-synonym "Hello world:你好" ~~~ #### 删除同义词 #### 删除同义词作法和添加同义词很相似,只不过...

18.Libscws C API 使用说明

更新时间:2010-12-30 22:12 t By hightman

...]#include #include main() { scws_t s; scws_res_t res, cur; char *text = "Hello, 我名字叫李那曲是一个中国人, 我有时买Q币来玩, 我还听说过C#语言"; if (!(s = scws_new())) { printf("error, can't init the scws_t!\n"); exit(-1); } scws_set_charset(s, "gbk"); scws_set_dict(s, "...

12
  • 时间不限
  • 按相关性排序