搜索

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

1.Xunsearch SDK for PHP

...。 ```php // 添加索引,也可以通过 $model->setAttributes([...]) 批量赋值 $model = new Demo; $model->pid = 321; $model->subject = 'hello world'; $model->message = 'just for testing...'; $model->save(); // 更新索引 $model = Demo::findOne(321); $model->message .= ' + updated'; $mode...

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