silverstripe-elastica:将SilverStripe数据对象与Elastic Search集成

时间:2024-06-03 19:59:10
【文件属性】:

文件名称:silverstripe-elastica:将SilverStripe数据对象与Elastic Search集成

文件大小:13KB

文件格式:ZIP

更新时间:2024-06-03 19:59:10

PHP

重要的 该模块已不再积极维护,但是,如果您有兴趣采用它,请告诉我们! SilverStripe Elastica模块 使用Elastica为SilverStripe数据对象提供弹性搜索集成。 用法 第一步是配置弹性搜索服务。 为此,使用配置系统。 最简单的默认配置是: Injector: Symbiote\Elastica\ElasticaService: constructor: - %$Elastica\Client - index-name-to-use 然后,您可以使用Symbiote\Elastica\Searchable扩展Symbiote\Elastica\Searchable搜索功能添加到数据对象。 然后可以使用Symbiote\Elastica\ElasticService类与弹性搜索进行交互。


【文件预览】:
silverstripe-elastica-master
----_config()
--------dependencies.yml(374B)
----src()
--------Symbiote()
----LICENSE(1KB)
----README.md(781B)
----_config.php(93B)
----.gitignore(21B)
----composer.json(985B)

网友评论