搜索

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

1.编写第一个配置文件

...结构 `cdb_posts` -- CREATE TABLE `cdb_posts` ( `pid` int(10) unsigned NOT NULL auto_increment, `fid` smallint(6) unsigned NOT NULL default '0', `tid` mediumint(8) unsigned NOT NULL default '0', `first` tinyint(1) NOT NULL default '0', `author` varchar(15) NOT NULL default '', `authori...

2.构建搜索语句

...定的关键词,用法为格式为 “*字段名*:*关键词*”。 > note: 搜索语句最大支持长度为 80 字节(每一个汉字占 3 字节),此规则同时适用于 > [XSSearch::search] 和 [XSSearch::count] 的 `$query` 参数。 搜索语句举例如下: ~~~ [php] $search->se...

3.Xunsearch SDK for PHP

...tiveRecord { /*public static function projectName() { return 'another_name'; // 这将使用 @app/config/another_name.ini 作为项目名 }*/ } ``` 由此可见,如果命名规范模型类几乎不需要任何额外代码,上述代码会自动采用 `demo.ini` 并自动装载字...

4.体验 DEMO 项目

...操作即可,后面还有大量章节对各项进行深入讲解。 > note: 这些例子中的命令、代码均假定为默认的 UTF-8 环境,如果您使用的是 GBK > 编码环境,请在运行所有 `php` 脚本时加入 `-c gbk` 参数。 查看项目配置文件 -------------- 每...

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