搜索

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

1.addIndex addTerm 区别

发布时间:2013-03-29 01:03 t By llkk0914

请教一下, addIndex addTerm这两者主要有什么区别呢

2.RE: addIndex addTerm 区别

发布时间:2013-03-31 13:03 t By hightman

addIndex 为根据分词器调用分词分为多个term 。addTerm则不分词直接加term

3.XSDataFilter::processDoc

...on processDoc($doc); 索引文档处理函数 在此通过 XSDocument::addIndex 或 XSDocument::addTerm 做索引相关调整

4.RE: 配置文件的困惑

更新时间:2012-03-16 18:03 t By hightman

index 为 none 则 tokenizer 的值就无意义了... 如果 index 为其它,而 tokenizer 为 none,则您还可以调用 XSDocument::AddIndexAddTerm 添加索引词。

5.XSDataFilter

...on processDoc($doc); 索引文档处理函数 在此通过 XSDocument::addIndex 或 XSDocument::addTerm 做索引相关调整

6.XSDocument

...法 __get XSDocument __set() 魔术方法 __set XSDocument addIndex() 给字段增加索引文本 (仅限索引文档) XSDocument addTerm() 给字段增加索引词 (仅限索引文档) XSDocument afterSubmit() 重写接口, 在文档成功提交到索引服务器后...

7.Xunsearch SDK for PHP

...非数据的字段值 // 用法与 XSDocument::addTerm() 和 XSDocument::addIndex() 等同 // 通常在 ActiveRecord::beforeSave() 中做这些操作 $model->addTerm('subject', 'hi'); $model->addIndex('subject', '你好,世界'); // 如需删除数据则可直接 $model->delete(); ``` 如需要...

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