smile/module-elasticsuite-targetrule
Composer 安装命令:
composer require smile/module-elasticsuite-targetrule
包简介
Smile Elastic Suite - TargetRule Module
README 文档
README
This module is a plugin for ElasticSuite.
It allows to manage Magento2 Enterprise Edition Target Rules via Elasticsearch queries.
Benefits
- Since Magento EE 2.1 and the Staging appearance, TargetRules are reported as broken : magento/magento2#7354
Using our module will make them work again since we do not rely on the Database tables for retrieving products matching a rule.
- Performances : Magento will basically generate many rows in the association table handling relation between products and rules (which rule should be used for a given product, and which product will match conditions of a rule).
This could lead to massive performances issues when you have a large catalog.
We overcome this problem by percolating the rules condition as Elasticsearch queries. This allow to find quickly which product is matching a given rule by just testing the product with the percolator.
Once the rules matching a product are retrieved by the Percolator, we process converting on the fly the TargetRule conditions to an Elasticsearch query, allowing us to match quickly the products that can be displayed by the rule, without even using the Database for complex filtering.
Compatibility Matrix
Since Magento did change the way they store rules (from serialized string to json) between 2.1 and 2.2, please ensure to use the proper version of the module for your Magento version :
| Magento Version | Version of this module to use |
|---|---|
| Magento 2.0.* EE | NOT SUPPORTED |
| Magento 2.1.* EE | Latest 1.1.x release |
| Magento 2.2.* EE | Latest 1.2.x release |
| Magento 2.3.* EE | Latest 1.4.x release |
Requirements
The module requires :
-
ElasticSuite > 2.3.*
-
Magento2 Enterprise Edition (since the TargetRules are only available with the EE Edition)
How to use
- Install the module via Composer :
composer require smile/module-elasticsuite-targetrule
- Enable it
bin/magento module:enable Smile_ElasticsuiteTargetRule
- Install the module and rebuild the DI cache
bin/magento setup:upgrade
- Process a full reindex of catalogsearch index to reindex the Percolator data
bin/magento index:reindex catalogsearch_fulltext
smile/module-elasticsuite-targetrule 适用场景与选型建议
smile/module-elasticsuite-targetrule 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 68.59k 次下载、GitHub Stars 达 3, 最近一次更新时间为 2017 年 03 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「magento2」 「elasticsuite」 「targetrule」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 smile/module-elasticsuite-targetrule 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 smile/module-elasticsuite-targetrule 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 smile/module-elasticsuite-targetrule 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Smile - Scoped EAV utils.
Russian Language Pack for Magento 2
DPD Magento2 Shipping extension
Remove ElasticSuite notification from Magento backend
Auto generate related products for Magento 2
This is a module that extends Magento2 API to get list of TOP products.
统计信息
- 总下载量: 68.59k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 18
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2017-03-28