suilven/silverstripe-manticore-search
Composer 安装命令:
composer require suilven/silverstripe-manticore-search
包简介
Search SilverStripe using Manticore
README 文档
README
Search content in SilverStripe using manticoresearch as the free text search engine.
Install
PHP
Via Composer
$ composer require suilven/silverstripe-manticore-search
Manticore Search
Packages are available for multiple platforms, see https://manticoresearch.com/downloads/ - version 3.5 is required for compatibility with the ManticoreSearch PHP client.
Alternatively one can start an instance using docker:
docker run --name manticore -p 9306:9306 -p 9308:9308 -d manticoresearch/manticore
Note that does not include volume mapping in order to backup the indexed data.
Configuration
Indexing
See https://github.com/gordonbanderson/freetextsearch#configuration
Manticoresearch Specific
By default, manticore is expected to be found on 127.0.0.1 on port 9308. To override this, add a config file
simiar to the following:
--- Name: manticore-my-host After: manticore --- Suilven\ManticoreSearch\Service\Client: host: 'manticoresearch-manticore' port: 19308
Usage
See https://github.com/gordonbanderson/freetextsearch#usage
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ vendor/bin/phpunit tests '' flush=1
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email gordon.b.anderson@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-17