symbiote-library/silverstripe-elastica

使用 Elastica 为 SilverStripe DataObjects 提供 Elastic Search 集成

安装量: 2,848

依赖者: 0

建议者: 1

安全性: 0

星标: 8

关注者: 5

分支: 15

类型:silverstripe-module

3.4.0 2017-11-19 10:49 UTC

This package is auto-updated.

Last update: 2024-08-29 04:37:10 UTC


README

重要

此模块不再积极维护,但是如果您有兴趣采用它,请告诉我们!

SilverStripe Elastica 模块

使用 Elastica 为 SilverStripe DataObjects 提供弹性搜索集成。

使用方法

第一步是配置 Elastic Search 服务。为此,使用配置系统。最简单的默认配置是

Injector:
  Symbiote\Elastica\ElasticaService:
    constructor:
      - %$Elastica\Client
      - index-name-to-use

然后,您可以使用 Symbiote\Elastica\Searchable 扩展将搜索功能添加到您的数据对象中。然后可以使用 Symbiote\Elastica\ElasticService 类与弹性搜索交互。