ajshort/silverstripe-elastica

此软件包已被废弃且不再维护。作者建议使用 silverstripe-australia/elastica 软件包。

提供使用Elastica对SilverStripe DataObjects进行Elastic Search集成的功能

安装: 143

依赖者: 0

建议者: 0

安全: 0

星标: 8

关注者: 6

分支: 14

类型:silverstripe-module

3.4.0 2017-11-19 10:49 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:23:40 UTC


README

重要

此模块不再活跃维护,但如果您有兴趣采用它,请告知我们!

SilverStripe Elastica 模块

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

用法

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

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

然后,您可以使用 Symbiote\Elastica\Searchable 扩展为您的数据对象添加搜索功能。然后可以使用 Symbiote\Elastica\ElasticService 类与Elastic search交互。