搜索

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

41.英文网站使用xs时候,热门搜索,getExpandedQuery等都没法用?

发布时间:2014-09-11 20:09 t By lornsky

版主,在英文下使用xs一些功能有什么特别之处 还是xs不大适合英文网站使用? 多谢!

42.XSSearch::addRange

addRange() 方法 public XSSearch addRange(string $field, mixed $from, mixed $to) $field string $from mixed 起始值(不包含), 若设为 null 则相当于匹配 <= to (字典顺序) $to mixed 结束值(包含), 若设为 null 则相当于匹配 >= from (字典顺...

43.RE: 关于XS:getExpandedQuery() 方法,获取展开的搜索词列表

发布时间:2011-12-06 17:12 t By popfeng

我实现了, $uid = $_GET['uid']; $tag = $_GET['tag']; $xs = new XS('demo'); $search = $xs->search; $search->setCharset('UTF-8'); $search->setQuery('uid:' . $uid); $docs = $search->search(); $terms = $search->getExpandedQuery...

44.测试的时候填充索引数据出问题

发布时间:2012-04-11 17:04 t By zhuhui420

[root@hp php]# util/Indexer.php --source=csv --clean demo [XSException] lib/XS.php(2092): Failed to create home directoy of the project(S#508) #0 lib/XS.php(2067): XSServer->execCommand(Array, 201) #1 lib/XS.php(2028): XSServer->setProject('demo') #2 lib/XS.php(2011): XSServer->open('8383') #3 ...

45.配置的时候端口8383错误

更新时间:2014-02-25 10:02 t By 情雨轩

.../Indexer.php --source=csv --clean test 时候提示下面错误 求解 [XSException] ../../../../usr/local/xunsearch/sdk/php/lib/XS.php(2448): Failed to recv the data from server completely (SIZE:0/8, REASON:closed) #0 /usr/local/xunsearch/sdk/php/lib/XS.php(2385): XSServer->read(8) #1 /usr/loc...

46.XSSearch 搜索对象

XSSearch 搜索对象 通过 [XSSearch] 对象实现各种搜索相关操作。实现使用过程中并不需要自行创建该对象, 而是直接访问 [XS::search] 即可。 ~~~ [php] require '$prefix/sdk/php/lib/XS.php'; $xs = new XS('demo'); $search = $xs->search; // 搜索...

47.XS.allFields

allFields 属性 只读 public XSFieldMeta[] getAllFields() 获取项目所有字段结构设置

48.XS.config

config 属性 只读 public array getConfig() 获取配置原始数据

49.XS.defaultCharset

defaultCharset 属性 public string getDefaultCharset()public void setDefaultCharset(string $charset) 获取项目的默认字符集

50.XS.fieldBody

fieldBody 属性 只读 public XSFieldMeta getFieldBody() 获取当前内容字段

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