webfactory/content-mapping-destinationadapter-solarium
最新稳定版本:1.9.1
Composer 安装命令:
composer require webfactory/content-mapping-destinationadapter-solarium
包简介
DestinationAdapter for the solarium Solr client inside the webfactory/content-mapping mini framework.
README 文档
README
DestinationAdapter for the webfactory/content-mapping
mini framework. Uses the Solarium Solr client to map content to a Solr backend.
Usage
use Solarium\Client; use Webfactory\ContentMapping\Synchronizer; use Webfactory\ContentMapping\Solr\SolariumDestinationAdapter; $solrClient = new Client($configArray); // see Solarium documentation for details $synchronizer = new Synchronizer($sourceAdapter, $mapper, new SolariumDestinationAdapter($solrClient));
Credits, Copyright and License
This project was started at webfactory GmbH, Bonn.
Copyright 2015-2025 webfactory GmbH, Bonn. Code released under the MIT license.
统计信息
- 总下载量: 13.43k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-07