erlementovich/reindexer-bundle
最新稳定版本:1.0.0
Composer 安装命令:
composer require erlementovich/reindexer-bundle
包简介
Symfony integration for Reindexer (https://github.com/Restream/reindexer)
关键字:
README 文档
README
Reindexer is an embeddable, in-memory, document-oriented database with a high-level Query builder interface. Reindexer's goal is to provide fast search with complex queries. We at Restream weren't happy with Elasticsearch and created Reindexer as a more performant alternative. The core is written in C++ and the application level API is in Go.
Reindexer SDK for Symfony
This is the Symfony SDK for Reindexer.
Install
To install the SDK you will need to be using Composer in your project. To install it please see the docs.
composer require erlementovich/reindexer-bundle
If your project does not use Symfony Flex the following needs to be added to config/bundles.php manually:
<?php return [ // other bundles here Pik\\Bundle\\ReindexerBundle\\ReindexerBundle::class => ['all' => true], ];
Configuration
Reindexer clients can be configured in config/packages/pik_reindexer.yaml.
pik_reindexer: clients: first: url: 'http://url' dbname: 'firstdbname' auth: user: example_user password: 12345 api_class: App\Reindexer\Api second: url: 'http://url' dbname: 'seconddbname' # More clients here
统计信息
- 总下载量: 5.78k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-20