定制 erlementovich/reindexer-bundle 二次开发

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

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

erlementovich/reindexer-bundle

最新稳定版本:1.0.0

Composer 安装命令:

composer require erlementovich/reindexer-bundle

包简介

Symfony integration for Reindexer (https://github.com/Restream/reindexer)

README 文档

README

pik-reindexer

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

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

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
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-02-20