定制 gpskomsa/sphinx-config 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gpskomsa/sphinx-config

最新稳定版本:0.1.1

Composer 安装命令:

composer require gpskomsa/sphinx-config

包简介

A zf2 module as a tool to build sphinx config files

关键字:

README 文档

README

A ZF2 module to control over sphinxsearch configuration

Introduction

SphinxConfig is a module for Zend Framework 2 to build and to control over configuration files of SphinxSearch servers.

Installation

By cloning project

Clone this project into your ./vendor/ directory.

With composer

Add this project in your composer.json:

"require": {
    "gpskomsa/sphinx-config": "dev-master"
}

Now tell composer to download SphinxConfig by running the command:

$ php composer.phar update

Post installation

Enabling it in your application.config.phpfile.

<?php
return array(
    'modules' => array(
        // ...
        'SphinxConfig',
    ),
    // ...
);

Options

The SphinxConfig module has some options to allow you to customize the basic functionality. After installing SphinxConfig, copy ./vendor/gpskomsa/sphinxconfig/config/sphinx-config.global.php.dist to ./config/autoload/sphinx-config.global.php and change the values as desired.

The following options are available:

  • config_id - current config id, in fact, the name of configuration files from wich the data will be loaded by default.
  • config_dir - the directory that contains file structure with configuration files
  • render_dir - the directory to put in generated config files in sphinx format

统计信息

  • 总下载量: 65
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-10-20