搜索

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

1.RE: 按字段搜索排序

更新时间:2013-06-08 13:06 t By hpxl

...docs = $search->setQuery('cid:hello,world')->search(); 2.$docs = $search->addQueryTerm('cid', 'hello')->addQueryTerm('cid', 'world')->search(); 3.$docs = $xs->search->setQuery('cid:hello,world')->search(); [/php]

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