XunSearch.php 560 B

123456789101112131415
  1. <?php
  2. /**
  3. * FecShop file.
  4. * doc:https://packagist.org/packages/hightman/xunsearch.
  5. * @link http://www.fecshop.com/
  6. * @copyright Copyright (c) 2016 FecShop Software LLC
  7. * @license http://www.fecshop.com/license/
  8. */
  9. return [
  10. 'xunsearch' => [
  11. 'class' => 'hightman\xunsearch\Connection', // 此行必须
  12. 'iniDirectory' => '@fecshop/config/xunsearch', // 搜索 ini 文件目录,默认:@vendor/hightman/xunsearch/app
  13. 'charset' => 'utf-8', // 指定项目使用的默认编码,默认即时 utf-8,可不指定
  14. ],
  15. ];